From ecb572dba18f3d04bcf35f7ac767df9916c3cbba Mon Sep 17 00:00:00 2001 From: Naina Nalluri Date: Wed, 24 Jan 2018 13:11:47 -0800 Subject: [PATCH] universal7885: Set the flag to disable rild This is partial revert of this commit 9a0c0303d5ab9a2fd1ce6f1a7726f2638304c7db Set the flag to enable vendor equivalent ril service - i.e to disable rild Bug: 73299369 Test: Compile and check the out folder Change-Id: I43d38c2d334b5988800da9de49f467cf3beadf24 Signed-off-by: SamarV-121 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3617bf5..ffd6cf9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -86,6 +86,9 @@ BOARD_HAS_DOWNLOAD_MODE := true TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_universal7904 TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH) +# RIL +ENABLE_VENDOR_RIL_SERVICE := true + # Sepolicy include device/lineage/sepolicy/exynos/sepolicy.mk include device/samsung_slsi/sepolicy/sepolicy.mk