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

Commit 55e1dbb7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove R8-specific flags from soong config" am: fd659ef7 am: b2c9c069 am: b2345838

parents 2dbe63f8 b2345838
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -96,10 +96,6 @@ func init() {
	}, dexerJavaVmFlagsList...))
	exportedVars.ExportStringListStaticVariable("R8Flags", append([]string{
		"-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{