From 46322cae4b19e6606b6a0c68efa8a089207a344c Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Wed, 6 Jun 2018 22:40:26 +0530 Subject: [PATCH] whyred: Enable caf variant for RIL --- BoardConfig.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 9971b0a..0c665f8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -186,6 +186,10 @@ WPA_SUPPLICANT_VERSION := VER_0_8_X # SELinux include device/qcom/sepolicy/sepolicy.mk +# RIL +PROTOBUF_SUPPORTED := true +TARGET_RIL_VARIANT := caf + # GPS TARGET_NO_RPC := true USE_DEVICE_SPECIFIC_GPS := true