aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1c78f8e..8955c3c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,6 +31,11 @@ ifeq ($(TARGET_DEVICE),galaxytab)
board_name := gt-p1000
endif
+ifeq ($(TARGET_DEVICE),spica)
+ LOCAL_CFLAGS += -DDEVICE_IPC_V4
+ board_name := i5700
+endif
+
ifeq ($(TARGET_DEVICE),h1)
LOCAL_CFLAGS += -DDEVICE_H1
endif
@@ -104,6 +109,11 @@ ifeq ($(TARGET_DEVICE),galaxytab)
samsung-ipc_device := aries
endif
+ifeq ($(TARGET_DEVICE),spica)
+ LOCAL_CFLAGS += -DDEVICE_IPC_V4
+ samsung-ipc_device := i5700
+endif
+
ifeq ($(TARGET_DEVICE),h1)
LOCAL_CFLAGS += -DDEVICE_H1
endif