diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 18:09:05 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 18:09:05 +0530 |
commit | 4a771e1b58a5a638d672c65e5aec4faca0d01b36 (patch) | |
tree | bb04e605a7790f8231048eb114acc4c0e0e3671c /BoardConfigCommon.mk | |
parent | 8c1affe56c59c56ac14b1ed101eeacc23934c212 (diff) |
msm8996-common: Bringup telephony after U QPR2
Change-Id: I2e5bd2d04c2e0a1341b260e986388d4bb1c6d354
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2a6ffb3..0d2ae52 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -142,6 +142,7 @@ TARGET_USERIMAGES_USE_F2FS := true # RIL TARGET_USES_OLD_MNC_FORMAT := true +ENABLE_VENDOR_RIL_SERVICE := true # Security patch level VENDOR_SECURITY_PATCH := 2018-11-05 |