Merge "Default BUILD_BROKEN_PHONY_TARGETS to false"
This commit is contained in:
commit
bd4e9cc42a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue