diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-03-06 19:44:10 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-03-06 19:44:10 +0100 |
commit | 391a6e58e68759d35e27af4703d4a3f274471a7c (patch) | |
tree | b94f7739141ccda85804df6608617a7401b42495 | |
parent | de38fb7cf9714b36af74aa603090c1cf58833217 (diff) | |
download | hardware_ril_samsung-ril-391a6e58e68759d35e27af4703d4a3f274471a7c.zip hardware_ril_samsung-ril-391a6e58e68759d35e27af4703d4a3f274471a7c.tar.gz hardware_ril_samsung-ril-391a6e58e68759d35e27af4703d4a3f274471a7c.tar.bz2 |
Piranha (P5100/P3100 Galaxy Tab 2.0 tablets) support
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | Android.mk | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |