summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-02-01 17:38:22 +0100
committerPaulK <contact@paulk.fr>2012-02-01 17:38:22 +0100
commitaf39eeec696b44d69b4562e598891d0e497f82e0 (patch)
tree974fd39fd0952dfa0255392a447306f226b4fb44 /Android.mk
parentbb0910e5f871fb44e29e9323a3bc9969cee8fa3c (diff)
downloadhardware_replicant_libsamsung-ril-af39eeec696b44d69b4562e598891d0e497f82e0.tar.gz
hardware_replicant_libsamsung-ril-af39eeec696b44d69b4562e598891d0e497f82e0.tar.bz2
hardware_replicant_libsamsung-ril-af39eeec696b44d69b4562e598891d0e497f82e0.zip
Changed Android.mk to match libsamsung-ipc changes
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk14
1 files changed, 13 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1ba9430..e088c67 100644
--- a/Android.mk
+++ b/Android.mk
@@ -48,8 +48,20 @@ LOCAL_STATIC_LIBRARIES := libsamsung-ipc
LOCAL_CFLAGS := -D_GNU_SOURCE
ifeq ($(TARGET_DEVICE),crespo)
- LOCAL_CFLAGS += -DDEVICE_CRESPO
+ LOCAL_CFLAGS += -DDEVICE_IPC_V4
+ samsung-ipc_device := crespo
endif
+
+ifeq ($(TARGET_DEVICE),galaxysmtd)
+ LOCAL_CFLAGS += -DDEVICE_IPC_V4
+ samsung-ipc_device := aries
+endif
+
+ifeq ($(TARGET_DEVICE),galaxytab)
+ LOCAL_CFLAGS += -DDEVICE_IPC_V4
+ samsung-ipc_device := aries
+endif
+
ifeq ($(TARGET_DEVICE),h1)
LOCAL_CFLAGS += -DDEVICE_H1
endif