aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 0525ce2..8e79c8f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,6 +26,13 @@ ifeq ($(TARGET_DEVICE),crespo)
LOCAL_CFLAGS += -DDEVICE_CRESPO
endif
+ifeq ($(TARGET_DEVICE),galaxysmtd)
+ device_files := samsung-ipc/device/$(TARGET_DEVICE)/$(TARGET_DEVICE)_nv_data.c
+ LOCAL_CFLAGS += -Iexternal/openssl/include
+ LOCAL_LDFLAGS += -lcrypto
+ LOCAL_CFLAGS += -DDEVICE_CRESPO
+endif
+
ifeq ($(TARGET_DEVICE),h1)
LOCAL_CFLAGS += -DDEVICE_H1
endif
@@ -55,6 +62,9 @@ modemctrl_files := tools/modemctrl.c
ifeq ($(TARGET_DEVICE),crespo)
LOCAL_CFLAGS += -DDEVICE_CRESPO
endif
+ifeq ($(TARGET_DEVICE),galaxysmtd)
+ LOCAL_CFLAGS += -DDEVICE_CRESPO
+endif
ifeq ($(TARGET_DEVICE),h1)
LOCAL_CFLAGS += -DDEVICE_H1
endif