diff options
| author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-12 19:25:21 +0200 |
|---|---|---|
| committer | Georg Veichtlbauer <georg@vware.at> | 2023-05-22 09:27:49 +0200 |
| commit | 049570404714cfbd1ce88b4a73be30af40a38651 (patch) | |
| tree | 0ad768e14665260f7fc52b96e028acc88164d304 | |
| parent | b5871d00be2d976db2b4ed7e44ddaf454a9f8e8c (diff) | |
msm8998-common: Remove BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED
* Defaults to true if full VNDK is enabled
Change-Id: I2d59cbae13eb3712fd13ab09eea582c8d5768e8f
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4a3fa063..ac462647 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -151,7 +151,6 @@ ifdef TARGET_SUPPORTS_MOTO_MODS endif # Treble -BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true BOARD_VNDK_VERSION := current PRODUCT_FULL_TREBLE_OVERRIDE := true |
