Turn overriding command warnings into errors by default
All of the existing devices that have problems with this are setting BUILD_BROKEN_DUP_RULES to true. Switch the behavior to default this to an error. Bug: 77611511 Test: check logs of all downstream build_test targets Test: attempt to add an overriden command to hikey960 (uses default) Change-Id: Ia83089f035925cf0c9883a1f593ae2da89fee568
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user