diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-11-20 20:12:15 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:01 +0200 |
commit | 59823bb54b11d095061849b7afc4bb24b0612dbf (patch) | |
tree | 6800874c436255d3c02dffbba0e686b592fc4a34 | |
parent | 74a27972fd40a40b4f65a3de35d31e6de1fff262 (diff) |
sdm660-common: Remove deprecated telephony flag
The custom jar is dead for good in Android 11.
Change-Id: I7f0f7afd186b00f01183bf4479092d03897e074a
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b7eaa9c..4d29c3a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -172,9 +172,6 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true # Recovery BOARD_HAS_LARGE_FILESYSTEM := true -# RIL -TARGET_PROVIDES_QTI_TELEPHONY_JAR := true - # SELinux include device/qcom/sepolicy-legacy-um/SEPolicy.mk BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor |