diff options
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 9a5207b..d0c5963 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -171,6 +171,9 @@ TARGET_RECOVERY_FSTAB := $(PLATFORM_PATH)/rootdir/etc/fstab.qcom TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true +# Ril +TARGET_RIL_VARIANT := caf + # SELinux # include device/qcom/sepolicy/sepolicy.mk # BOARD_SEPOLICY_DIRS += $(PLATFORM_PATH)/sepolicy |