Inclusive fix: Replace sanity with validation in cc.go.
Bug: b/161896447 Test: "lunch 1" and "m nothing" Change-Id: Ibaba96149763a55a0ff20c338bb98b6f9a2a12b6
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -3034,7 +3034,7 @@ func squashRecoverySrcs(m *Module) {
|
||||
var _ android.ImageInterface = (*Module)(nil)
|
||||
|
||||
func (m *Module) ImageMutatorBegin(mctx android.BaseModuleContext) {
|
||||
// Sanity check
|
||||
// Validation check
|
||||
vendorSpecific := mctx.SocSpecific() || mctx.DeviceSpecific()
|
||||
productSpecific := mctx.ProductSpecific()
|
||||
|
||||
|
Reference in New Issue
Block a user