Merge "Make mainline device enable property split"

am: 072795054a

Change-Id: Ib7539f1d076cc238917b3b82162419f9451aa0bd
This commit is contained in:
Anton Hansson 2019-03-25 11:34:15 -07:00 committed by android-build-merger
commit cc85e0377c
2 changed files with 3 additions and 3 deletions

View file

@ -6,9 +6,6 @@
include build/make/target/board/BoardConfigMainlineCommon.mk
# Enable system property split for Treble
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
# This flag is set by mainline but isn't desired for GSI.
BOARD_USES_SYSTEM_OTHER_ODEX :=

View file

@ -46,3 +46,6 @@ BOARD_CHARGER_ENABLE_SUSPEND := true
# Enable A/B update
AB_OTA_UPDATER := true
AB_OTA_PARTITIONS := system
# Enable system property split for Treble
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true