OSDN Git Service

When building Launcher3 target, LauncherDumpProto class should not be proguarded
authorHyunyoung Song <hyunyoungs@google.com>
Wed, 17 May 2017 20:18:54 +0000 (13:18 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Wed, 17 May 2017 20:18:54 +0000 (13:18 -0700)
b/36904684

Change-Id: I0fd0e1c63d54d83db428a04067a37f582e4d23f1

proguard.flags

index 6cbab08..8ee6ccd 100644 (file)
@@ -94,3 +94,7 @@
 -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
   *;
 }
+
+-keep interface com.android.launcher3.model.nano.LauncherDumpProto.** {
+  *;
+}