Don't dump BUILD_BROKEN_USES_BUILD_[HOST_]SHARED_TEST_LIBRARY
These have been errors for years, and are now marked as obsolete. Test: treehugger Change-Id: I8055ab689ce5085df763378ad40d9b9aaa7ca85b
This commit is contained in:
parent
082640d6ee
commit
7e52fa9f33
1 changed files with 0 additions and 2 deletions
|
@ -224,7 +224,6 @@ func runMakeProductConfig(ctx Context, config Config) {
|
|||
"BUILD_BROKEN_USES_BUILD_HOST_NATIVE_TEST",
|
||||
"BUILD_BROKEN_USES_BUILD_HOST_PREBUILT",
|
||||
"BUILD_BROKEN_USES_BUILD_HOST_SHARED_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_HOST_SHARED_TEST_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_HOST_STATIC_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_HOST_STATIC_TEST_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_HOST_TEST_CONFIG",
|
||||
|
@ -238,7 +237,6 @@ func runMakeProductConfig(ctx Context, config Config) {
|
|||
"BUILD_BROKEN_USES_BUILD_PREBUILT",
|
||||
"BUILD_BROKEN_USES_BUILD_RRO_PACKAGE",
|
||||
"BUILD_BROKEN_USES_BUILD_SHARED_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_SHARED_TEST_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_STATIC_JAVA_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_STATIC_LIBRARY",
|
||||
"BUILD_BROKEN_USES_BUILD_STATIC_TEST_LIBRARY",
|
||||
|
|
Loading…
Reference in a new issue