Remove BUILD_BROKEN_ANDROIDMK_EXPORTS

Bug: 73959648
Test: treehugger
Change-Id: I932cc3acc6345f8b1ad8e395235489ae8275e2db
This commit is contained in:
Dan Willemsen 2019-05-14 22:05:01 -07:00
parent 7101d44442
commit edff034366
2 changed files with 0 additions and 6 deletions

View File

@ -64,11 +64,6 @@ var buildBrokenSettings = []struct {
behavior: DefaultFalse,
warnings: []string{"overriding commands for target"},
},
{
name: "BUILD_BROKEN_ANDROIDMK_EXPORTS",
behavior: DefaultDeprecated,
warnings: []string{"export_keyword"},
},
{
name: "BUILD_BROKEN_USES_NETWORK",
behavior: DefaultDeprecated,

View File

@ -205,7 +205,6 @@ func runMakeProductConfig(ctx Context, config Config) {
// Not used, but useful to be in the soong.log
"BOARD_VNDK_VERSION",
"BUILD_BROKEN_ANDROIDMK_EXPORTS",
"DEFAULT_WARNING_BUILD_MODULE_TYPES",
"DEFAULT_ERROR_BUILD_MODULE_TYPES",