Merge "Default BUILD_BROKEN_PHONY_TARGETS to false"

This commit is contained in:
Treehugger Robot 2018-09-11 01:50:02 +00:00 committed by Gerrit Code Review
commit bd4e9cc42a

View file

@ -198,5 +198,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"] != "false")
config.SetBuildBrokenPhonyTargets(make_vars["BUILD_BROKEN_PHONY_TARGETS"] == "true")
}