Merge "Allow boards to turn overriding commands into an error"

This commit is contained in:
Treehugger Robot 2018-04-06 16:02:08 +00:00 committed by Gerrit Code Review
commit 3c93dbfa61
7 changed files with 19 additions and 1 deletions

View file

@ -189,6 +189,12 @@ else
JAVA_TMPDIR_ARG :=
endif
# ###############################################################
# Broken build defaults
# ###############################################################
# Assume that all boards have duplicate rules right now.
BUILD_BROKEN_DUP_RULES := true
# ###############################################################
# Include sub-configuration files
# ###############################################################

View file

@ -69,4 +69,6 @@ BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_VNDK_VERSION := current
BOARD_VNDK_VERSION := current
BUILD_BROKEN_DUP_RULES := false

View file

@ -101,3 +101,5 @@ TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_VNDK_VERSION := current
BUILD_BROKEN_DUP_RULES := false

View file

@ -91,3 +91,5 @@ DEX_PREOPT_DEFAULT := nostripping
# Enable A/B update
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BUILD_BROKEN_DUP_RULES := false

View file

@ -63,6 +63,8 @@ BOARD_SEPOLICY_DIRS += \
BOARD_VNDK_VERSION := current
BUILD_BROKEN_DUP_RULES := false
# Enable A/B update
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true

View file

@ -65,3 +65,5 @@ BOARD_VNDK_VERSION := current
# Enable A/B update
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BUILD_BROKEN_DUP_RULES := false

View file

@ -58,3 +58,5 @@ ifeq ($(BOARD_AVB_ENABLE),true)
$(error BOARD_AVB_ENABLE cannot be set for Treble GSI)
endif
BOARD_BUILD_DISABLED_VBMETAIMAGE := true
BUILD_BROKEN_DUP_RULES := false