Loading java/java.go +5 −0 Original line number Diff line number Diff line Loading @@ -1423,6 +1423,11 @@ func (j *Library) shouldUncompressDex(ctx android.ModuleContext) bool { android.DirectlyInAnyApex(ctx, ctx.ModuleName()) { return true } if ctx.Config().UncompressPrivAppDex() && inList(ctx.ModuleName(), ctx.Config().ModulesLoadedByPrivilegedModules()) { return true } return false } Loading Loading
java/java.go +5 −0 Original line number Diff line number Diff line Loading @@ -1423,6 +1423,11 @@ func (j *Library) shouldUncompressDex(ctx android.ModuleContext) bool { android.DirectlyInAnyApex(ctx, ctx.ModuleName()) { return true } if ctx.Config().UncompressPrivAppDex() && inList(ctx.ModuleName(), ctx.Config().ModulesLoadedByPrivilegedModules()) { return true } return false } Loading