diff options
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |