Loading apex/apex.go +1 −1 Original line number Diff line number Diff line Loading @@ -1942,7 +1942,7 @@ func (f fsType) string() string { var _ android.MixedBuildBuildable = (*apexBundle)(nil) func (a *apexBundle) IsMixedBuildSupported(ctx android.BaseModuleContext) bool { return ctx.ModuleType() == "apex" && a.properties.ApexType == imageApex return a.properties.ApexType == imageApex } func (a *apexBundle) QueueBazelCall(ctx android.BaseModuleContext) { Loading Loading
apex/apex.go +1 −1 Original line number Diff line number Diff line Loading @@ -1942,7 +1942,7 @@ func (f fsType) string() string { var _ android.MixedBuildBuildable = (*apexBundle)(nil) func (a *apexBundle) IsMixedBuildSupported(ctx android.BaseModuleContext) bool { return ctx.ModuleType() == "apex" && a.properties.ApexType == imageApex return a.properties.ApexType == imageApex } func (a *apexBundle) QueueBazelCall(ctx android.BaseModuleContext) { Loading