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

Commit 8e0ae8e9 authored by Jared Duke's avatar Jared Duke Committed by Gerrit Code Review
Browse files

Merge "Enable same-file policy for R8 optimizations"

parents 9bedfd0d a1b8b9ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -98,6 +98,8 @@ func init() {
		"-JXmx2048M",
		// Disable this optimization as it can impact weak reference semantics. See b/233432839.
		"-JDcom.android.tools.r8.disableEnqueuerDeferredTracing=true",
		// Disable class merging across different files to improve attribution. See b/242881914.
		"-JDcom.android.tools.r8.enableSameFilePolicy=true",
	}, dexerJavaVmFlagsList...))

	exportedVars.ExportStringListStaticVariable("CommonJdkFlags", []string{