Fix the build error of some samsung devices which provides libril (e.g. ks01lte)

This fixes the merge error of commit 56b8dcfa3094f93698dda9f6731fa845f00ef287

Change-Id: I0efd718a85376059cad57ac9715673cbfb2e596f
(cherry picked from commit f8e5e164804f1408c2350dade3fd92d561e7076c)
tirimbino
K Yasu 10 years ago committed by Ethan Chen
parent e32dbfd56b
commit eeb7df7cf4
  1. 2
      ril/Android.mk

@ -20,8 +20,10 @@ ifeq ($(BOARD_VENDOR),samsung)
# libril # libril
ifeq ($(BOARD_PROVIDES_LIBRIL),true) ifeq ($(BOARD_PROVIDES_LIBRIL),true)
ifneq ($(filter xmm6260 xmm6262 xmm6360 xmm7260,$(BOARD_MODEM_TYPE)),)
include $(RIL_PATH)/libril/Android.mk include $(RIL_PATH)/libril/Android.mk
endif endif
endif
# ril client # ril client
SECRIL_CLIENT_DIRS := libsecril-client libsecril-client-sap SECRIL_CLIENT_DIRS := libsecril-client libsecril-client-sap

Loading…
Cancel
Save