Loading java/dexpreopt_bootjars.go +4 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,10 @@ func dexpreoptBootJarsFactory() android.Singleton { } func skipDexpreoptBootJars(ctx android.PathContext) bool { if dexpreoptGlobalConfig(ctx).DisablePreopt { return true } if ctx.Config().UnbundledBuild() { return true } Loading Loading
java/dexpreopt_bootjars.go +4 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,10 @@ func dexpreoptBootJarsFactory() android.Singleton { } func skipDexpreoptBootJars(ctx android.PathContext) bool { if dexpreoptGlobalConfig(ctx).DisablePreopt { return true } if ctx.Config().UnbundledBuild() { return true } Loading