When building Launcher3 target, LauncherDumpProto class should not be proguarded

b/36904684

Change-Id: I0fd0e1c63d54d83db428a04067a37f582e4d23f1
This commit is contained in:
Hyunyoung Song 2017-05-17 13:18:54 -07:00
parent d5a9b57713
commit 2d4d1c532d
1 changed files with 4 additions and 0 deletions

View File

@ -94,3 +94,7 @@
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** { -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
*; *;
} }
-keep interface com.android.launcher3.model.nano.LauncherDumpProto.** {
*;
}