Obsolete BUILD_BROKEN_DUP_COPY_HEADERS

There are no remaining users.

Test: treehugger
Change-Id: If8719480f73a8fa009d9733479390d2abd4021b1
This commit is contained in:
Dan Willemsen 2019-04-18 09:40:15 -07:00
parent 6097746769
commit 2fbb7571bf
2 changed files with 0 additions and 6 deletions

View file

@ -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,

View file

@ -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",