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:
Dan Willemsen
2019-04-18 09:40:15 -07:00
parent 9820aa6cc8
commit 6097746769
4 changed files with 7 additions and 39 deletions

View File

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