sdm845-common: Move PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE to common.mk
Change-Id: I2751014af71f222bd43e4bc17fc75d20499ea2f1
This commit is contained in:
parent
29e2cde762
commit
1832a7aa33
2 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,6 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno630
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||||
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
|
|
||||||
|
|
||||||
# Treble
|
# Treble
|
||||||
BOARD_VNDK_VERSION := current
|
BOARD_VNDK_VERSION := current
|
||||||
|
|
|
@ -25,6 +25,8 @@ DEVICE_PACKAGE_OVERLAYS += \
|
||||||
# Properties
|
# Properties
|
||||||
-include $(LOCAL_PATH)/system_prop.mk
|
-include $(LOCAL_PATH)/system_prop.mk
|
||||||
|
|
||||||
|
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
|
||||||
|
|
||||||
# A/B
|
# A/B
|
||||||
AB_OTA_UPDATER := true
|
AB_OTA_UPDATER := true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue