diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-03-13 10:12:50 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-03-15 13:56:16 +0100 |
commit | 717be68dbbe831fd92fa5b10e5d85ad17a8ad380 (patch) | |
tree | 45c6769e2a2ebd909926e977d4bd038224368f8a /BoardConfigCommon.mk | |
parent | e887b2d7d55c524523dfa76cda8b1599ac368bb3 (diff) |
msm8996-common: Enable workaround for old MCC/MNC format
* Fixes manual network selection
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 c9241e7..6b19a0b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -191,6 +191,7 @@ TARGET_USERIMAGES_USE_F2FS := true # RIL TARGET_PROVIDES_QTI_TELEPHONY_JAR := true TARGET_RIL_VARIANT := caf +TARGET_USES_OLD_MNC_FORMAT := true # Security patch level VENDOR_SECURITY_PATCH := 2018-11-05 |