summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-11-09 18:03:56 -0800
committerHyunyoung Song <hyunyoungs@google.com>2016-11-09 18:03:56 -0800
commitee7c1c19508454c24542e0ca34e32c4e008c7058 (patch)
treef8639469926b28884243ae231bf69b7571a7058b /proguard.flags
parent4d11a2a2a07be391bb515685b7856954bedbf555 (diff)
downloadandroid_packages_apps_Trebuchet-ee7c1c19508454c24542e0ca34e32c4e008c7058.tar.gz
android_packages_apps_Trebuchet-ee7c1c19508454c24542e0ca34e32c4e008c7058.tar.bz2
android_packages_apps_Trebuchet-ee7c1c19508454c24542e0ca34e32c4e008c7058.zip
Fix broken build
Change-Id: I51af52c9ddcae1675d15eb37a2f48fd0b3cd09c3
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index 72b6e6580..ad6f727a5 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -86,7 +86,7 @@
# next row when focus is on the last item of last row when using a RecyclerView
# Keep optimized and shrunk proguard to prevent issues like this when using
# support jar.
--keep allowoptimization,allowshrinking class android.support.** {
+-keep,allowoptimization,allowshrinking class android.support.** {
*;
}