summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2019-05-14 22:05:01 -0700
committer Dan Willemsen <dwillemsen@google.com> 2019-05-25 17:13:55 -0700
commitedff034366c0958e7d64df2dfaba93ff0154c321 (patch)
tree27e0f7d8be2988fe0dbac39068046d86941dc0a0
parent7101d4444274ada773c291426cbc20e9d5f8f169 (diff)
Remove BUILD_BROKEN_ANDROIDMK_EXPORTS
Bug: 73959648 Test: treehugger Change-Id: I932cc3acc6345f8b1ad8e395235489ae8275e2db
-rw-r--r--scripts/build_broken_logs.go5
-rw-r--r--ui/build/dumpvars.go1
2 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build_broken_logs.go b/scripts/build_broken_logs.go
index bdd4b2a75..8021e55d0 100644
--- a/scripts/build_broken_logs.go
+++ b/scripts/build_broken_logs.go
@@ -65,11 +65,6 @@ var buildBrokenSettings = []struct {
warnings: []string{"overriding commands for target"},
},
{
- name: "BUILD_BROKEN_ANDROIDMK_EXPORTS",
- behavior: DefaultDeprecated,
- warnings: []string{"export_keyword"},
- },
- {
name: "BUILD_BROKEN_USES_NETWORK",
behavior: DefaultDeprecated,
},
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go
index 9fd6f6784..4335667d1 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -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",