aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Bracq <erwan.bracq@stericsson.com>2011-04-19 15:16:38 +0200
committerSverre Vegge <sverre.vegge@stericsson.com>2011-08-03 10:35:57 +0200
commit9818aa969b029ccb4285bcf340d1f4ffda4b0220 (patch)
treeff286d04f1fee2c89e84099bdf5b4f58ee57bc69
parente0c25b0041b692d4060a165f20dbeafc8d7cf010 (diff)
downloadu300-9818aa969b029ccb4285bcf340d1f4ffda4b0220.tar.gz
General: REPORTING_ALERTING_UPON_MISSING_CALL_STATE_FROM_NETWORK
Add REPORTING_ALERTING_UPON_MISSING_CALL_STATE_FROM_NETWORK as a supplementary build option. Signed-off-by: Sverre Vegge <sverre.vegge@stericsson.com>
-rwxr-xr-xAndroid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8622f2c..445c371 100755
--- a/Android.mk
+++ b/Android.mk
@@ -56,7 +56,7 @@ LOCAL_CFLAGS += -DRIL_SHLIB
LOCAL_CFLAGS += -DU300_RIL_OEM_MSG_SELFTEST
ifneq ($(ENABLE_REPORTING_ALERTING_UPON_MISSING_CALL_STATE_FROM_NETWORK),)
-LOCAL_CFLAGS += DENABLE_REPORTING_ALERTING_UPON_MISSING_CALL_STATE_FROM_NETWORK
+LOCAL_CFLAGS += -DENABLE_REPORTING_ALERTING_UPON_MISSING_CALL_STATE_FROM_NETWORK
endif
ifneq ($(LTE_COMMAND_SET_ENABLED),)