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

Unified Diff: build/secondary/third_party/android_tools/BUILD.gn

Issue 2815163002: ▶ Add the Google Play services Location API (Closed)
Patch Set: Created 3 years, 8 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/android/play_services/google_play_services_library.zip.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/android_tools/BUILD.gn
diff --git a/build/secondary/third_party/android_tools/BUILD.gn b/build/secondary/third_party/android_tools/BUILD.gn
index f11a24504b1d1479d3e6b52cef2df5b61fd157db..853b040e41dd68fccac91f0761dc42b0fcd63d75 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -209,6 +209,7 @@ java_group("google_play_services_default_java") {
":google_play_services_cast_java",
":google_play_services_gcm_java",
":google_play_services_iid_java",
+ ":google_play_services_location_java",
":google_play_services_nearby_java",
":google_play_services_vision_java",
]
@@ -300,6 +301,16 @@ android_aar_prebuilt("google_play_services_gcm_java") {
ignore_manifest = true
}
+android_aar_prebuilt("google_play_services_location_java") {
+ deps = [
+ ":google_play_services_base_java",
+ ":google_play_services_basement_java",
+ ]
+ _lib_name = "play-services-location"
+ aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar"
+ ignore_manifest = true
+}
+
android_aar_prebuilt("google_play_services_nearby_java") {
deps = [
":google_play_services_base_java",
« no previous file with comments | « build/android/play_services/google_play_services_library.zip.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698