Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce13dc41 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

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

am: 1c561091

Change-Id: I56ada506477223052d2913fc17b71684d8c858cb
parents 569835bf 1c561091
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ have any problems converting, please contact us via:

| Module type                | State     |
| -------------------------- | --------- |
| `BUILD_HOST_TEST_CONFIG`   | Warning   |
| `BUILD_TARGET_TEST_CONFIG` | Warning   |
| `BUILD_HOST_TEST_CONFIG`   | Error     |
| `BUILD_TARGET_TEST_CONFIG` | Error     |
| `BUILD_*`                  | Available |

## Module Type Deprecation Process
+2 −2
Original line number Diff line number Diff line
@@ -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.