Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 940ef19f authored by Ulyana Trafimovich's avatar Ulyana Trafimovich Committed by Gerrit Code Review
Browse files

Merge "Disable dexpreopt on targets that do not include default ART config."

parents 5622d535 acb33e0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
	}