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

@@ -200,9 +200,6 @@ func runMakeProductConfig(ctx Context, config Config) {
// Whether --werror_overriding_commands will work
"BUILD_BROKEN_DUP_RULES",
// Used to turn on --werror_ options in Kati
"BUILD_BROKEN_PHONY_TARGETS",
// Whether to enable the network during the build
"BUILD_BROKEN_USES_NETWORK",
@@ -276,6 +273,5 @@ func runMakeProductConfig(ctx Context, config Config) {
config.SetPdkBuild(make_vars["TARGET_BUILD_PDK"] == "true")
config.SetBuildBrokenDupRules(make_vars["BUILD_BROKEN_DUP_RULES"] == "true")
config.SetBuildBrokenPhonyTargets(make_vars["BUILD_BROKEN_PHONY_TARGETS"] == "true")
config.SetBuildBrokenUsesNetwork(make_vars["BUILD_BROKEN_USES_NETWORK"] == "true")
}