diff options
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex.go b/apex/apex.go index ac81885b2..957c94b69 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -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) { |