Deprecate next set of make module types
BUILD_AUX_EXECUTABLE BUILD_AUX_STATIC_LIBRARY These shouldn't be used anymore, they were an intermediate state to build some firmware that is no longer being built in Android. BUILD_HOST_FUZZ_TEST BUILD_HOST_NATIVE_TEST BUILD_HOST_STATIC_TEST_LIBRARY BUILD_NATIVE_BENCHMARK BUILD_STATIC_TEST_LIBRARY There are no users of these left. Bug: 130735607 Bug: 130735003 Bug: 130691889 Bug: 130723134 Bug: 130722660 Bug: 130734558 Bug: 130735594 Test: build_test & check logs Change-Id: I8a9385040316495f7e7262d045be871e91712920
This commit is contained in:
@@ -12,11 +12,18 @@ have any problems converting, please contact us via:
|
||||
|
||||
[build/make/core/deprecation.mk] is the source of truth, but for easy browsing:
|
||||
|
||||
| Module type | State |
|
||||
| -------------------------- | --------- |
|
||||
| `BUILD_HOST_TEST_CONFIG` | Error |
|
||||
| `BUILD_TARGET_TEST_CONFIG` | Error |
|
||||
| `BUILD_*` | Available |
|
||||
| Module type | State |
|
||||
| -------------------------------- | --------- |
|
||||
| `BUILD_AUX_EXECUTABLE` | Warning |
|
||||
| `BUILD_AUX_STATIC_LIBRARY` | Warning |
|
||||
| `BUILD_HOST_FUZZ_TEST` | Warning |
|
||||
| `BUILD_HOST_NATIVE_TEST` | Warning |
|
||||
| `BUILD_HOST_STATIC_TEST_LIBRARY` | Warning |
|
||||
| `BUILD_HOST_TEST_CONFIG` | Error |
|
||||
| `BUILD_NATIVE_BENCHMARK` | Warning |
|
||||
| `BUILD_STATIC_TEST_LIBRARY` | Warning |
|
||||
| `BUILD_TARGET_TEST_CONFIG` | Error |
|
||||
| `BUILD_*` | Available |
|
||||
|
||||
## Module Type Deprecation Process
|
||||
|
||||
|
Reference in New Issue
Block a user