Merge "Fix the args used to dexpreopt system server jars in prebuilt apexes" into main

This commit is contained in:
Treehugger Robot
2024-01-26 21:55:59 +00:00
committed by Gerrit Code Review
9 changed files with 66 additions and 49 deletions

View File

@@ -431,7 +431,7 @@ func (a *AndroidApp) shouldUncompressDex(ctx android.ModuleContext) bool {
return false
}
return shouldUncompressDex(ctx, &a.dexpreopter)
return shouldUncompressDex(ctx, android.RemoveOptionalPrebuiltPrefix(ctx.ModuleName()), &a.dexpreopter)
}
func (a *AndroidApp) shouldEmbedJnis(ctx android.BaseModuleContext) bool {