[Feature][L805-12] New dual card get call state and compatible with other interfaces
Only Configure:No
Affected branch:DSDS
Affected module:CALL
Is it affected on both ZXIC and MTK: NO
Self-test: Yes
Doc Update:Need
Change-Id: I755f54e0eb4e695e9e57b3a4333f19e434d6604d
diff --git a/common_src/lib/liblynq-call/makefile b/common_src/lib/liblynq-call/makefile
index 6d3e7ba..52064c4 100755
--- a/common_src/lib/liblynq-call/makefile
+++ b/common_src/lib/liblynq-call/makefile
@@ -45,6 +45,10 @@
LOCAL_CFLAGS += -DGSW_RIL_CFG
endif
+ifeq ($(strip $(MTK_MULTI_SIM_SUPPORT)), dsds)
+ LOCAL_CFLAGS += -DMODE_DSDS
+endif
+
SOURCES = $(wildcard *.cpp)
EXECUTABLE = liblynq-call.so