From d0f43ceba7eb4fb31d93fe949e2bafa945acac07 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 30 May 2018 17:35:24 -0700 Subject: Some launcher3 fixes so that it compiles with different configurations Bug: 79996542 Change-Id: I4267aeb8f5b0714415970c63453049ff41466644 --- proguard.flags | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 555d13e44..e4011165e 100644 --- a/proguard.flags +++ b/proguard.flags @@ -112,6 +112,11 @@ public (...); } +# UserEventDispatcherExtension +-keep class com.android.quickstep.logging.UserEventDispatcherExtension { + public (...); +} + -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** { *; } -- cgit v1.2.3