Merge "Start the deprecation of BUILD_HOST_STATIC_LIBRARY"

am: 2e1516dc44

Change-Id: Ibffc6ffb73d1efe2c9fa7d9c821774ca0916e7a1
This commit is contained in:
Dan Willemsen 2019-06-14 13:56:43 -07:00 committed by android-build-merger
commit 8a0a26b246
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ have any problems converting, please contact us via:
| `BUILD_HOST_FUZZ_TEST` | Error |
| `BUILD_HOST_NATIVE_TEST` | Error |
| `BUILD_HOST_SHARED_TEST_LIBRARY` | Error |
| `BUILD_HOST_STATIC_LIBRARY` | Warning |
| `BUILD_HOST_STATIC_TEST_LIBRARY` | Error |
| `BUILD_HOST_TEST_CONFIG` | Error |
| `BUILD_NATIVE_BENCHMARK` | Error |

View File

@ -10,7 +10,6 @@ AVAILABLE_BUILD_MODULE_TYPES :=$= \
BUILD_HOST_JAVA_LIBRARY \
BUILD_HOST_PREBUILT \
BUILD_HOST_SHARED_LIBRARY \
BUILD_HOST_STATIC_LIBRARY \
BUILD_JAVA_LIBRARY \
BUILD_MULTI_PREBUILT \
BUILD_NATIVE_TEST \
@ -28,6 +27,7 @@ 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_STATIC_LIBRARY \
# 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