aboutsummaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorJisha Abubaker <jishaa@google.com>2018-10-18 16:50:22 -0700
committerFelipe Leme <felipeal@google.com>2018-10-19 15:14:13 +0000
commit1574af351e6320d15b6c070887b2bf5211a458a8 (patch)
treecf0ab1f9ffd1fa95d6b65011bb4eb38aec8c1066 /input
parent5bebac92432c50e068ecc021228153c19bb2805c (diff)
downloadandroid-1574af351e6320d15b6c070887b2bf5211a458a8.tar.gz
Turning off ProGuard warnings
Test: ./gradlew :afservice:assemble Bug: 114236837
Diffstat (limited to 'input')
-rw-r--r--input/autofill/AutofillFramework/afservice/proguard-rules.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/input/autofill/AutofillFramework/afservice/proguard-rules.pro b/input/autofill/AutofillFramework/afservice/proguard-rules.pro
index a313042c..fc3ef4ef 100644
--- a/input/autofill/AutofillFramework/afservice/proguard-rules.pro
+++ b/input/autofill/AutofillFramework/afservice/proguard-rules.pro
@@ -4,7 +4,11 @@
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
-
+# Disable warnings from the following packages
+-dontwarn okio.**
+-dontwarn retrofit2.Platform$Java8
+-dontwarn com.google.common.**
+-dontwarn com.google.errorprone.annotations.**
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
@@ -21,4 +25,5 @@
#-renamesourcefileattribute SourceFile
-keep class com.google.common.base.Preconditions { *; }
-keep class android.arch.** { *; }
--keep com.example.android.autofill.service.** { *; } \ No newline at end of file
+-keep class com.example.android.autofill.service.** { *; }
+