summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-09-27 12:34:47 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-09-27 12:35:02 -0700
commit6316d98a2c03877493a7466b69de9f7e47e035f5 (patch)
tree2e728f9869936a843e854b2bea54e768afe57557 /proguard.flags
parentaa3a2baab60e874a410fed6e958e1fb63c75fa37 (diff)
downloadandroid_packages_apps_Trebuchet-6316d98a2c03877493a7466b69de9f7e47e035f5.tar.gz
android_packages_apps_Trebuchet-6316d98a2c03877493a7466b69de9f7e47e035f5.tar.bz2
android_packages_apps_Trebuchet-6316d98a2c03877493a7466b69de9f7e47e035f5.zip
Build fix due to prograud changes
Change-Id: I161020ecb2a1786fc9184d024208cac4efc4052f
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags8
1 files changed, 5 insertions, 3 deletions
diff --git a/proguard.flags b/proguard.flags
index 51abccae9..a315cdce2 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -86,13 +86,15 @@
public <init>(...);
}
+# The support library contains references to newer platform versions.
+# Don't warn about those in case this app is linking against an older
+# platform version. We know about them, and they are safe.
+-dontwarn android.support.**
+
# Proguard will strip methods required for talkback to properly scroll to
# 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 class android.support.v7.widget.RecyclerView { *; }
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {