Obsolete BUILD_BROKEN_PHONY_TARGETS
There are no remaining users. Also mark BUILD_BROKEN_ANDROIDMK_EXPORTS and BUILD_BROKEN_ENG_DEBUG_TAGS as deprecated in scripts/build_broken_logs.go Test: treehugger Change-Id: If7892bef1b9001f12a99565f886b395cf1985e70
This commit is contained in:
@@ -71,21 +71,12 @@ var buildBrokenSettings = []struct {
|
||||
},
|
||||
{
|
||||
name: "BUILD_BROKEN_ANDROIDMK_EXPORTS",
|
||||
behavior: DefaultFalse,
|
||||
behavior: DefaultDeprecated,
|
||||
warnings: []string{"export_keyword"},
|
||||
},
|
||||
{
|
||||
name: "BUILD_BROKEN_PHONY_TARGETS",
|
||||
behavior: DefaultFalse,
|
||||
warnings: []string{
|
||||
"depends on PHONY target",
|
||||
"looks like a real file",
|
||||
"writing to readonly directory",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "BUILD_BROKEN_ENG_DEBUG_TAGS",
|
||||
behavior: DefaultTrue,
|
||||
behavior: DefaultDeprecated,
|
||||
warnings: []string{
|
||||
"Changes.md#LOCAL_MODULE_TAGS",
|
||||
},
|
||||
|
Reference in New Issue
Block a user