Merge "Move board config variable from mainline_system" am: bf95d43dc6 am: a17c7a1005 am: 81c61780bb

am: 15733cb726

Change-Id: I23da76311d080f1171c04e28992aaa3d937114dd
This commit is contained in:
Anton Hansson 2019-06-28 10:10:23 -07:00 committed by android-build-merger
commit 87006b0f00
2 changed files with 3 additions and 3 deletions

View file

@ -39,5 +39,8 @@ BOARD_CHARGER_ENABLE_SUSPEND := true
# Enable system property split for Treble
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
# Include stats logging code in LMKD
TARGET_LMKD_STATS_LOG := true
# Generate an APEX image for experiment b/119800099.
DEXPREOPT_GENERATE_APEX_IMAGE := true

View file

@ -100,9 +100,6 @@ PRODUCT_PACKAGES_DEBUG += \
PRODUCT_HOST_PACKAGES += \
tinyplay
# Enable stats logging in LMKD
TARGET_LMKD_STATS_LOG := true
# Enable dynamic partition size
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true