Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: chrome/android/java/proguard.flags

Issue 2209233002: ▶ Update the Play services to 9.8 and load from AARs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mention the configuration file in the upload command line help Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/proguard.flags
diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
index ae64ee02f78432abc5e88637f4bca1447b931c4e..3a301b7a4255ed4df5082ab9e24ad79a742f73f6 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -29,3 +29,11 @@
# Google Play Services warnings are about its resources.
-dontwarn com.google.android.gms.R**
+
+# The Google Play services library depends on the legacy Apache HTTP library,
+# and just adding it as proguard time dependency causes the following warnings:
+# `library class org.apache.http.params.HttpConnectionParams depends on program
+# class org.apache.http.params.HttpParams`. The library has its own
+# implementation of org.apache.http.params.HttpParams so it can safely be
+# ignored.
+-dontwarn org.apache.http.params.HttpParams
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698