Merge "Fix prebuilts of overridden apps"
This commit is contained in:
@@ -324,7 +324,7 @@ func (binary *Binary) AndroidMkEntries() []android.AndroidMkEntries {
|
||||
}
|
||||
|
||||
func (app *AndroidApp) AndroidMkEntries() []android.AndroidMkEntries {
|
||||
if app.hideApexVariantFromMake || app.appProperties.HideFromMake {
|
||||
if app.hideApexVariantFromMake || app.IsHideFromMake() {
|
||||
return []android.AndroidMkEntries{android.AndroidMkEntries{
|
||||
Disabled: true,
|
||||
}}
|
||||
|
Reference in New Issue
Block a user