summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2019-04-18 09:40:15 -0700
committer Dan Willemsen <dwillemsen@google.com> 2019-04-19 11:22:27 -0700
commit2fbb7571bfee8539c44baab6601b1d331dba4a58 (patch)
tree3f2b5c9c62e4611c3d55e6ce28dfc5f84f2eb9e9
parent6097746769bcc02cd354a47c2901d28e8de5e120 (diff)
Obsolete BUILD_BROKEN_DUP_COPY_HEADERS
There are no remaining users. Test: treehugger Change-Id: If8719480f73a8fa009d9733479390d2abd4021b1
-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 789afad17..4f3e0de84 100644
--- a/scripts/build_broken_logs.go
+++ b/scripts/build_broken_logs.go
@@ -60,11 +60,6 @@ var buildBrokenSettings = []struct {
warnings []string
}{
{
- name: "BUILD_BROKEN_DUP_COPY_HEADERS",
- behavior: DefaultDeprecated,
- warnings: []string{"Duplicate header copy:"},
- },
- {
name: "BUILD_BROKEN_DUP_RULES",
behavior: DefaultFalse,
warnings: []string{"overriding commands for target"},
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go
index 8f6e81ecd..483c27322 100644
--- a/ui/build/dumpvars.go
+++ b/ui/build/dumpvars.go
@@ -206,7 +206,6 @@ func runMakeProductConfig(ctx Context, config Config) {
// Not used, but useful to be in the soong.log
"BOARD_VNDK_VERSION",
"BUILD_BROKEN_ANDROIDMK_EXPORTS",
- "BUILD_BROKEN_DUP_COPY_HEADERS",
"BUILD_BROKEN_ENG_DEBUG_TAGS",
"DEFAULT_WARNING_BUILD_MODULE_TYPES",