Loading apex/apex.go +7 −5 Original line number Diff line number Diff line Loading @@ -1191,6 +1191,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) { }) // check apex_available requirements if !ctx.Host() { for _, fi := range filesInfo { if am, ok := fi.module.(android.ApexModule); ok { if !am.AvailableFor(ctx.ModuleName()) { Loading @@ -1199,6 +1200,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) { } } } } // prepend the name of this APEX to the module names. These names will be the names of // modules that will be defined if the APEX is flattened. Loading Loading
apex/apex.go +7 −5 Original line number Diff line number Diff line Loading @@ -1191,6 +1191,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) { }) // check apex_available requirements if !ctx.Host() { for _, fi := range filesInfo { if am, ok := fi.module.(android.ApexModule); ok { if !am.AvailableFor(ctx.ModuleName()) { Loading @@ -1199,6 +1200,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) { } } } } // prepend the name of this APEX to the module names. These names will be the names of // modules that will be defined if the APEX is flattened. Loading