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

Commit f0b6240b authored by Jared Duke's avatar Jared Duke
Browse files

Enable R8 full mode by default with SystemUI

This shrinks SystemUI dex by another ~10%, both for optimized
and unoptimized (shrink-only) builds.

Bug: 203472868
Bug: 215530220
Test: m + atest SystemUITests
Change-Id: I975f0700336159e613d155cb05fee8573d94737b
parent ae69cbaf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -271,10 +271,12 @@ systemui_optimized_java_defaults {
                enabled: true,
                optimize: true,
                shrink: true,
                proguard_compatibility: false,
                proguard_flags_files: ["proguard.flags"],
            },
            conditions_default: {
                optimize: {
                    proguard_compatibility: false,
                    proguard_flags_files: ["proguard.flags"],
                },
            },