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

Commit bad07a2f authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Fix NDK build in downstream branches"

parents 15d46f15 e6a83e65
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1183,6 +1183,9 @@ func (a *apexBundle) PreventInstall() {
// Implements cc.Coverage
func (a *apexBundle) HideFromMake() {
	a.properties.HideFromMake = true
	// This HideFromMake is shadowing the ModuleBase one, call through to it for now.
	// TODO(ccross): untangle these
	a.ModuleBase.HideFromMake()
}

// Implements cc.Coverage