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:
Treehugger Robot
2020-07-29 13:45:43 +00:00
committed by Automerger Merge Worker

View File

@@ -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()