diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-11-20 20:12:15 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | e4be22980b5ff9d8405e5bd659c8f91ed8bef4d8 (patch) | |
tree | 80e517139e39fac5ab68d8ed577335ad67be2493 | |
parent | ec895f0e93a510f23a954a52ea7914a75ee35341 (diff) |
msm8996-common: Remove deprecated telephony flag
The custom jar is dead for good in Android 11.
Change-Id: I7f0f7afd186b00f01183bf4479092d03897e074a
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index edabd08..d45f7d4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -181,7 +181,6 @@ TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true # RIL -TARGET_PROVIDES_QTI_TELEPHONY_JAR := true TARGET_USES_OLD_MNC_FORMAT := true # Security patch level |