Move board config variable from mainline_system

This variable setting belongs in a board config, not
a product makefile.

Test: presubmit
Change-Id: I41e342ce841ec7aea69ff62aaefdc748cbf28d04
This commit is contained in:
Anton Hansson 2019-06-26 15:56:34 +01:00
parent fd81f696ed
commit c4f11be520
2 changed files with 3 additions and 3 deletions

View file

@ -39,6 +39,9 @@ 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

@ -97,9 +97,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