Merge "Fix NDK build in downstream branches"
This commit is contained in:
commit
bad07a2fb9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue