summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-05-05 22:24:00 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-05-05 22:24:00 +0200
commitef69a083df1bf08c45aff366ce269eb6046bc383 (patch)
tree50e3822ec8f480d4a1bce3d75d417652e2abd16e
parent819fa6a26776947f3ffdf077cd4f4e7d7dd3b974 (diff)
downloaddevice_samsung_p5100-replicant-4.0.zip
device_samsung_p5100-replicant-4.0.tar.gz
device_samsung_p5100-replicant-4.0.tar.bz2
sensors: Configure p5110 and p3110 targetsreplicant-4.0
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--sensors/Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sensors/Android.mk b/sensors/Android.mk
index 477ef81..45edc5f 100644
--- a/sensors/Android.mk
+++ b/sensors/Android.mk
@@ -40,9 +40,15 @@ LOCAL_MODULE_TAGS := optional
ifeq ($(TARGET_DEVICE),p5100)
LOCAL_CFLAGS += -DTARGET_DEVICE_P5100
endif
+ifeq ($(TARGET_DEVICE),p5110)
+ LOCAL_CFLAGS += -DTARGET_DEVICE_P5100
+endif
ifeq ($(TARGET_DEVICE),p3100)
LOCAL_CFLAGS += -DTARGET_DEVICE_P3100
endif
+ifeq ($(TARGET_DEVICE),p3110)
+ LOCAL_CFLAGS += -DTARGET_DEVICE_P3100
+endif
include $(BUILD_SHARED_LIBRARY)