summaryrefslogtreecommitdiffstats
path: root/rild
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2017-05-15 16:41:44 -0700
committerAmit Mahajan <amitmahajan@google.com>2017-05-17 15:10:40 -0700
commit93f603c4e168c30fbc1366c1b6c6ac0f0a4b4b6e (patch)
treec4c4f3ff00e0e2712a0fb0c42bb512f295f14558 /rild
parent6772858ab5e527a8ad05db7df51e41a35510bca9 (diff)
downloadandroid_hardware_ril-93f603c4e168c30fbc1366c1b6c6ac0f0a4b4b6e.tar.gz
android_hardware_ril-93f603c4e168c30fbc1366c1b6c6ac0f0a4b4b6e.tar.bz2
android_hardware_ril-93f603c4e168c30fbc1366c1b6c6ac0f0a4b4b6e.zip
Fix multi sim support and warnings in new hal code.
Test: Basic telephony sanity for single sim Bug: 38228839 Merged-in: I7df7ed41354b50f335a6f5fba7dffde03127b4f1 Change-Id: I7df7ed41354b50f335a6f5fba7dffde03127b4f1
Diffstat (limited to 'rild')
-rw-r--r--rild/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rild/Android.mk b/rild/Android.mk
index abcc522..4f5802b 100644
--- a/rild/Android.mk
+++ b/rild/Android.mk
@@ -17,9 +17,9 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
librilutils_static
LOCAL_CFLAGS := -DRIL_SHLIB
-#LOCAL_CFLAGS += -DANDROID_MULTI_SIM
ifeq ($(SIM_COUNT), 2)
+ LOCAL_CFLAGS += -DANDROID_MULTI_SIM
LOCAL_CFLAGS += -DANDROID_SIM_COUNT_2
endif