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

Commit f760323d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable shrinking for EasterEgg"

parents ddc82226 724b0f56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ android_app {
    certificate: "platform",

    optimize: {
        enabled: false,
        proguard_flags_files: ["proguard.flags"],
    },

	static_libs: [
+4 −0
Original line number Diff line number Diff line
# Note: This is a very conservative keep rule, but as the amount of app
# code is small, this minimizes any maintenance risks while providing
# most of the shrinking benefits for referenced libraries.
-keep class com.android.egg.** { *; }