Emit record annotation
Test: m Change-Id: Ic1aae5c8f9fbf46293dc7e97e2951be3f11f4bbb
This commit is contained in:
parent
f5d42a206f
commit
cc9eee0af2
1 changed files with 2 additions and 0 deletions
|
@ -93,9 +93,11 @@ func init() {
|
|||
"-JXmx4096M",
|
||||
"-JXX:+TieredCompilation",
|
||||
"-JXX:TieredStopAtLevel=1",
|
||||
"-JDcom.android.tools.r8.emitRecordAnnotationsInDex",
|
||||
}, dexerJavaVmFlagsList...))
|
||||
exportedVars.ExportStringListStaticVariable("R8Flags", append([]string{
|
||||
"-JXmx2048M",
|
||||
"-JDcom.android.tools.r8.emitRecordAnnotationsInDex",
|
||||
}, dexerJavaVmFlagsList...))
|
||||
|
||||
exportedVars.ExportStringListStaticVariable("CommonJdkFlags", []string{
|
||||
|
|
Loading…
Reference in a new issue