From 2fbb7571bfee8539c44baab6601b1d331dba4a58 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 18 Apr 2019 09:40:15 -0700 Subject: [PATCH] Obsolete BUILD_BROKEN_DUP_COPY_HEADERS There are no remaining users. Test: treehugger Change-Id: If8719480f73a8fa009d9733479390d2abd4021b1 --- scripts/build_broken_logs.go | 5 ----- ui/build/dumpvars.go | 1 - 2 files changed, 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 @@ -59,11 +59,6 @@ var buildBrokenSettings = []struct { behavior BuildBrokenBehavior warnings []string }{ - { - name: "BUILD_BROKEN_DUP_COPY_HEADERS", - behavior: DefaultDeprecated, - warnings: []string{"Duplicate header copy:"}, - }, { name: "BUILD_BROKEN_DUP_RULES", behavior: DefaultFalse, 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",