Remove BUILD_BROKEN_ANDROIDMK_EXPORTS
Bug: 73959648 Test: treehugger Change-Id: I932cc3acc6345f8b1ad8e395235489ae8275e2db
This commit is contained in:
parent
7101d44442
commit
edff034366
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue