aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-10-29 23:18:45 +0200
committerPaulK <contact@paulk.fr>2011-10-29 23:18:45 +0200
commit620de92a23c0dd335512d4fb220eac5469ccae37 (patch)
treeb5365fb312c78124562986e1ef269f9972a48b6b /Android.mk
parent6f2a990c9920978ba895ce04dd1daeda8c75c11b (diff)
downloadexternal_libsamsung-ipc-620de92a23c0dd335512d4fb220eac5469ccae37.zip
external_libsamsung-ipc-620de92a23c0dd335512d4fb220eac5469ccae37.tar.gz
external_libsamsung-ipc-620de92a23c0dd335512d4fb220eac5469ccae37.tar.bz2
Removed SIM IO data and functions: handled by upper-layer code.
Also fixed DEVICE_ define (though, it's more relevant on RIL's Android.mk)
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4dd1b97..5b21435 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,6 +20,11 @@ ifeq ($(TARGET_DEVICE),crespo)
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
LOCAL_SRC_FILES := $(samsung-ipc_files) $(device_files) $(modemctrl_files)