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:
Patrice Arruda
2020-07-28 18:35:53 +00:00
parent 8ffde8c9d5
commit 807cfd2a99

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