summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-05-17 13:18:54 -0700
committerHyunyoung Song <hyunyoungs@google.com>2017-05-17 13:18:54 -0700
commit2d4d1c532df2dc21c962e530d213c5dd7885743a (patch)
tree4254ff305ff44db18dc53d3b053af3fcaaaecdd6 /proguard.flags
parentd5a9b57713953131d78c6a79c8b58edbdf04099b (diff)
downloadandroid_packages_apps_Trebuchet-2d4d1c532df2dc21c962e530d213c5dd7885743a.tar.gz
android_packages_apps_Trebuchet-2d4d1c532df2dc21c962e530d213c5dd7885743a.tar.bz2
android_packages_apps_Trebuchet-2d4d1c532df2dc21c962e530d213c5dd7885743a.zip
When building Launcher3 target, LauncherDumpProto class should not be proguarded
b/36904684 Change-Id: I0fd0e1c63d54d83db428a04067a37f582e4d23f1
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 6cbab08e2..8ee6ccd34 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -94,3 +94,7 @@
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
*;
}
+
+-keep interface com.android.launcher3.model.nano.LauncherDumpProto.** {
+ *;
+}