Obsolete BUILD_BROKEN_DUP_COPY_HEADERS
There are no remaining users. Test: treehugger Change-Id: If8719480f73a8fa009d9733479390d2abd4021b1
This commit is contained in:
@@ -59,11 +59,6 @@ var buildBrokenSettings = []struct {
|
|||||||
behavior BuildBrokenBehavior
|
behavior BuildBrokenBehavior
|
||||||
warnings []string
|
warnings []string
|
||||||
}{
|
}{
|
||||||
{
|
|
||||||
name: "BUILD_BROKEN_DUP_COPY_HEADERS",
|
|
||||||
behavior: DefaultDeprecated,
|
|
||||||
warnings: []string{"Duplicate header copy:"},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "BUILD_BROKEN_DUP_RULES",
|
name: "BUILD_BROKEN_DUP_RULES",
|
||||||
behavior: DefaultFalse,
|
behavior: DefaultFalse,
|
||||||
|
@@ -206,7 +206,6 @@ func runMakeProductConfig(ctx Context, config Config) {
|
|||||||
// Not used, but useful to be in the soong.log
|
// Not used, but useful to be in the soong.log
|
||||||
"BOARD_VNDK_VERSION",
|
"BOARD_VNDK_VERSION",
|
||||||
"BUILD_BROKEN_ANDROIDMK_EXPORTS",
|
"BUILD_BROKEN_ANDROIDMK_EXPORTS",
|
||||||
"BUILD_BROKEN_DUP_COPY_HEADERS",
|
|
||||||
"BUILD_BROKEN_ENG_DEBUG_TAGS",
|
"BUILD_BROKEN_ENG_DEBUG_TAGS",
|
||||||
|
|
||||||
"DEFAULT_WARNING_BUILD_MODULE_TYPES",
|
"DEFAULT_WARNING_BUILD_MODULE_TYPES",
|
||||||
|
Reference in New Issue
Block a user