Reland "Enable R8 full mode by default for apps"
This is attempt 4 at landing this change. Prior attempts were
reverted due to downstream test breakages not in presubmit.
Those issues have been resolved, and additional manual heavy
presubmit tests were run to ensure stability.
Observed APK savings: ~24MB
This reverts commit 74a5c2ec76
.
Reason for revert: Fixed ManagedProvisioningTests
Bug: 215530220
Change-Id: I223228a345fa1a3bad52fb3e91c744107e04fc07
This commit is contained in:
committed by
Gerrit Code Review
parent
74a5c2ec76
commit
aa88b3d020
@@ -45,8 +45,8 @@ type DexProperties struct {
|
||||
// Whether to continue building even if warnings are emitted. Defaults to true.
|
||||
Ignore_warnings *bool
|
||||
|
||||
// If true, runs R8 in Proguard compatibility mode (default).
|
||||
// Otherwise, runs R8 in full mode.
|
||||
// If true, runs R8 in Proguard compatibility mode, otherwise runs R8 in full mode.
|
||||
// Defaults to false for apps, true for libraries and tests.
|
||||
Proguard_compatibility *bool
|
||||
|
||||
// If true, optimize for size by removing unused code. Defaults to true for apps,
|
||||
|
Reference in New Issue
Block a user