summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-11-09 19:30:06 -0800
committerHyunyoung Song <hyunyoungs@google.com>2016-11-09 19:30:06 -0800
commit9117e94e4cb4a7da0b306314f174c28431e6bdb3 (patch)
tree8609cde92a924e9e59998357eb85905406b63673 /proguard.flags
parent19e1b5a48324c2361a3da0aff9e61a61de38262f (diff)
downloadandroid_packages_apps_Trebuchet-9117e94e4cb4a7da0b306314f174c28431e6bdb3.tar.gz
android_packages_apps_Trebuchet-9117e94e4cb4a7da0b306314f174c28431e6bdb3.tar.bz2
android_packages_apps_Trebuchet-9117e94e4cb4a7da0b306314f174c28431e6bdb3.zip
Reduce the scope of proguard rule to fix the broken build.
Change-Id: I27506dc26875d320a61d5d016f72bb2d221ca4d1
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags7
1 files changed, 4 insertions, 3 deletions
diff --git a/proguard.flags b/proguard.flags
index ad6f727a5..f1a3eaf2f 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -86,7 +86,8 @@
# 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.** {
+# *;
+#}
+-keep class android.support.v7.widget.RecyclerView { *; }