diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-12 19:25:21 +0200 |
---|---|---|
committer | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-12 20:41:16 +0200 |
commit | 82897658a99841eda8fe98bd2087e6932d1f2b6c (patch) | |
tree | 1ae41c4b67c4b3e884a7385146e6579e63d05631 /BoardConfigCommon.mk | |
parent | 8533d0fd2fab58a927066dc059c1b3cf6237815c (diff) |
sdm660-common: Remove BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED
* Defaults to true if full VNDK is enabled
Change-Id: I2d59cbae13eb3712fd13ab09eea582c8d5768e8f
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bf50ab5..fe8ee97 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -135,7 +135,6 @@ TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs TARGET_USES_INTERACTION_BOOST := true # Properties -BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop |