diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-01-21 09:48:26 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-21 11:09:24 +0100 |
commit | 5c4c10dcb7ae67f028335e9f77a3562e59520dc4 (patch) | |
tree | e7f7c3b71eccbb46a705183d9b0c3da34e4217c6 /BoardConfigCommon.mk | |
parent | ed49afa1437e5d7e32f4515d5196dcab27bf7bdf (diff) |
msm8996-common: Switch to CAF RIL
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-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 |