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

Commit 7eda1221 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable shrinking for EasterEgg" am: f760323d

parents 06089862 f760323d
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.** { *; }