From f1b899ec62134dc5b3923741fc7ea6cb75c40a14 Mon Sep 17 00:00:00 2001 From: Alisson Lauffer Date: Fri, 12 Apr 2019 01:10:16 +0000 Subject: [PATCH] sanders: Enable flag to fix duplicated telephony error Signed-off-by: ronaxdevil --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 5116fa2..ed6863a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -218,6 +218,9 @@ TARGET_USERIMAGES_USE_F2FS := true # Releasetools TARGET_RELEASETOOLS_EXTENSIONS := $(DEVICE_PATH)/releasetools +# RIL +TARGET_PROVIDES_QTI_TELEPHONY_JAR := true + # SELinux #include device/qcom/sepolicy/sepolicy.mk #BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor