Merge "Inclusive fix: Replace sanity with validation in cc.go." am: afb7c1b7e9
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1374703 Change-Id: I74b05535003739af05c7367d0861bbaab8f8652b
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