Merge "BUILD_(HOST|TARGET)_TEST_CONFIG errors by default"

am: 1c5610915f

Change-Id: I56ada506477223052d2913fc17b71684d8c858cb
This commit is contained in:
Dan Willemsen
2019-05-02 18:36:59 -07:00
committed by android-build-merger
2 changed files with 4 additions and 4 deletions

View File

@@ -37,13 +37,13 @@ AVAILABLE_BUILD_MODULE_TYPES :=$= \
# relevant BUILD_BROKEN_USES_BUILD_* variables, then these would move to
# DEFAULT_ERROR_BUILD_MODULE_TYPES.
DEFAULT_WARNING_BUILD_MODULE_TYPES :=$= \
BUILD_HOST_TEST_CONFIG \
BUILD_TARGET_TEST_CONFIG \
# These are BUILD_* variables that are errors to reference, but you can set
# BUILD_BROKEN_USES_BUILD_* in your BoardConfig.mk in order to turn them back
# to warnings.
DEFAULT_ERROR_BUILD_MODULE_TYPES :=$= \
BUILD_HOST_TEST_CONFIG \
BUILD_TARGET_TEST_CONFIG \
# These are BUILD_* variables that are always errors to reference.
# Setting the BUILD_BROKEN_USES_BUILD_* variables is also an error.