Merge "Turn overriding command warnings into errors by default" into stage-aosp-master
This commit is contained in:
commit
01a870ea6a
1 changed files with 1 additions and 1 deletions
|
@ -195,5 +195,5 @@ func runMakeProductConfig(ctx Context, config Config) {
|
|||
config.SetTargetDeviceDir(make_vars["TARGET_DEVICE_DIR"])
|
||||
|
||||
config.SetPdkBuild(make_vars["TARGET_BUILD_PDK"] == "true")
|
||||
config.SetBuildBrokenDupRules(make_vars["BUILD_BROKEN_DUP_RULES"] != "false")
|
||||
config.SetBuildBrokenDupRules(make_vars["BUILD_BROKEN_DUP_RULES"] == "true")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue