summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-05-19 18:02:19 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-19 18:02:19 +0000
commit4de0ddc4f16ea7d89f20cac68380f3095fd83f91 (patch)
treeaf4c8f532a9b3ada747bb72cd8ffb714f86d16aa /proguard.flags
parentc6bfffb0783de32028066282064cc4f9f6d0aa4e (diff)
parent904a38340c8852bc248b7f9ad4fe7f2a46228396 (diff)
downloadandroid_packages_apps_Trebuchet-4de0ddc4f16ea7d89f20cac68380f3095fd83f91.tar.gz
android_packages_apps_Trebuchet-4de0ddc4f16ea7d89f20cac68380f3095fd83f91.tar.bz2
android_packages_apps_Trebuchet-4de0ddc4f16ea7d89f20cac68380f3095fd83f91.zip
Merge "When building Launcher3 target, LauncherDumpProto class should not be proguarded b/36904684" into ub-launcher3-dorval
am: 904a38340c Change-Id: I3cb282f6c78ff0c9a34e8f3ced25915fe3b96d7f
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 2ad9cacf2..51abccae9 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -98,3 +98,7 @@
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
*;
}
+
+-keep interface com.android.launcher3.model.nano.LauncherDumpProto.** {
+ *;
+}