summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-03-06 19:44:10 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-03-06 19:44:10 +0100
commit391a6e58e68759d35e27af4703d4a3f274471a7c (patch)
treeb94f7739141ccda85804df6608617a7401b42495
parentde38fb7cf9714b36af74aa603090c1cf58833217 (diff)
downloadhardware_replicant_libsamsung-ril-391a6e58e68759d35e27af4703d4a3f274471a7c.tar.gz
hardware_replicant_libsamsung-ril-391a6e58e68759d35e27af4703d4a3f274471a7c.tar.bz2
hardware_replicant_libsamsung-ril-391a6e58e68759d35e27af4703d4a3f274471a7c.zip
Piranha (P5100/P3100 Galaxy Tab 2.0 tablets) support
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 360d8a9..78e9a5f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -80,6 +80,16 @@ ifeq ($(TARGET_DEVICE),maguro)
samsung-ipc_device := maguro
endif
+ifeq ($(TARGET_DEVICE),p5100)
+ LOCAL_CFLAGS += -DDEVICE_IPC_V4
+ samsung-ipc_device := espresso10
+endif
+
+ifeq ($(TARGET_DEVICE),p3100)
+ LOCAL_CFLAGS += -DDEVICE_IPC_V4
+ samsung-ipc_device := espresso
+endif
+
LOCAL_C_INCLUDES := external/libsamsung-ipc/include
LOCAL_C_INCLUDES += hardware/ril/libsamsung-ipc/include
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include