Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 807cfd2a authored by Patrice Arruda's avatar Patrice Arruda
Browse files

Inclusive fix: Replace sanity with validation in cc.go.

Bug: b/161896447
Test: "lunch 1" and "m nothing"
Change-Id: Ibaba96149763a55a0ff20c338bb98b6f9a2a12b6
parent 8ffde8c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()