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

Commit afb7c1b7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents f91079f1 807cfd2a
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()