From 5c4c10dcb7ae67f028335e9f77a3562e59520dc4 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Sun, 21 Jan 2018 09:48:26 +0100 Subject: msm8996-common: Switch to CAF RIL Signed-off-by: Davide Garberi --- BoardConfigCommon.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 79939ea..d276777 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -185,6 +185,10 @@ TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.full TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true +# RIL +PROTOBUF_SUPPORTED := true +TARGET_RIL_VARIANT := caf + # SELinux include device/qcom/sepolicy/sepolicy.mk BOARD_SEPOLICY_DIRS += $(VENDOR_PATH)/sepolicy -- cgit v1.2.3