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:34:42 +0200
commit310e96c4fb9a455c1d04b7028b5e2e961a312257 (patch)
tree9a3467f12f598f16887eb50d00fa6de94f45039b
parent0cc82dc7ab13288fe491e45cb3cd62241b671360 (diff)
downloaddevice_samsung_p3100-replicant-4.0.zip
device_samsung_p3100-replicant-4.0.tar.gz
device_samsung_p3100-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)