summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorAmos Bianchi <amosbianchi@google.com>2020-02-24 15:35:49 -0800
committerAmos Bianchi <amosbianchi@google.com>2020-02-24 15:35:49 -0800
commit20cc7a3b5b2ef2e49b85d2cd51320c4c0183e244 (patch)
treeb02e7894cbacb1cfa53eb2285f85d9019fcbbfaa /proguard.flags
parent436573401765cdc97d8cf672ace3ccbea16badeb (diff)
downloadLauncher3-20cc7a3b5b2ef2e49b85d2cd51320c4c0183e244.tar.gz
Update proguard flags.
Fully R8 optimized variants may crash with: java.lang.AbstractMethodError exception. Test: build, manual test on device. Change-Id: I18a7b011ddd3536e3d33b991954a52e5fc5c7d56
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags11
1 files changed, 10 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index e556c94466..37b80938fa 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -50,4 +50,13 @@
-dontwarn android.graphics.**
# Ignore warnings for hidden utility classes referenced from the shared lib
--dontwarn com.android.internal.util.** \ No newline at end of file
+-dontwarn com.android.internal.util.**
+
+################ Do not optimize recents lib #############
+-keep class com.android.systemui.** {
+ *;
+}
+
+-keep class com.android.quickstep.** {
+ *;
+}