summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-05-30 17:35:24 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-05-30 18:15:21 -0700
commitd0f43ceba7eb4fb31d93fe949e2bafa945acac07 (patch)
tree495c8d6df61d6449fd697921e080bf702ae9b610 /proguard.flags
parent2f347149afae96848efc6a6f16529556fbce4878 (diff)
downloadandroid_packages_apps_Trebuchet-d0f43ceba7eb4fb31d93fe949e2bafa945acac07.tar.gz
android_packages_apps_Trebuchet-d0f43ceba7eb4fb31d93fe949e2bafa945acac07.tar.bz2
android_packages_apps_Trebuchet-d0f43ceba7eb4fb31d93fe949e2bafa945acac07.zip
Some launcher3 fixes so that it compiles with different configurations
Bug: 79996542 Change-Id: I4267aeb8f5b0714415970c63453049ff41466644
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 555d13e44..e4011165e 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -112,6 +112,11 @@
public <init>(...);
}
+# UserEventDispatcherExtension
+-keep class com.android.quickstep.logging.UserEventDispatcherExtension {
+ public <init>(...);
+}
+
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
*;
}