Remove setting com.android.tools.r8.emitRecordAnnotationsExInDex
System property was removed in https://r8-review.git.corp.google.com/c/r8/+/82140, as the system property com.android.tools.r8.emitRecordAnnotationsInDex is the only system property for not desugaring records. Test: Existing Fixes: b/316501817 Change-Id: I057a18c9e02a99365e910d3128890fd481e93541
This commit is contained in:
parent
0a0ea26c60
commit
8a5b32d0cf
1 changed files with 0 additions and 2 deletions
|
@ -95,13 +95,11 @@ func init() {
|
|||
"-JXX:TieredStopAtLevel=1",
|
||||
"-JDcom.android.tools.r8.emitRecordAnnotationsInDex",
|
||||
"-JDcom.android.tools.r8.emitPermittedSubclassesAnnotationsInDex",
|
||||
"-JDcom.android.tools.r8.emitRecordAnnotationsExInDex",
|
||||
}, dexerJavaVmFlagsList...))
|
||||
exportedVars.ExportStringListStaticVariable("R8Flags", append([]string{
|
||||
"-JXmx4096M",
|
||||
"-JDcom.android.tools.r8.emitRecordAnnotationsInDex",
|
||||
"-JDcom.android.tools.r8.emitPermittedSubclassesAnnotationsInDex",
|
||||
"-JDcom.android.tools.r8.emitRecordAnnotationsExInDex",
|
||||
}, dexerJavaVmFlagsList...))
|
||||
|
||||
exportedVars.ExportStringListStaticVariable("CommonJdkFlags", []string{
|
||||
|
|
Loading…
Reference in a new issue