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

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

Issue 2524063002: Add dependency on the Google Play services Vision API (Closed)
Patch Set: Created 4 years, 1 month 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 6a167bca74ba3c1df13779a4a02b0538e0a47dd2..213109a41d7a7e7c21a4d6d2451c105f8ce28f51 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -126,6 +126,7 @@ java_group("google_play_services_default_java") {
":google_play_services_gcm_java",
":google_play_services_iid_java",
":google_play_services_nearby_java",
+ ":google_play_services_vision_java",
]
}
@@ -238,3 +239,13 @@ android_aar_prebuilt("google_play_services_nearby_java") {
aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar"
ignore_manifest = true
}
+
+android_aar_prebuilt("google_play_services_vision_java") {
+ deps = [
+ ":google_play_services_base_java",
+ ":google_play_services_basement_java",
+ ]
+ _lib_name = "play-services-vision"
+ aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar"
+ ignore_manifest = true
+}
« 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