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

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

Issue 2888283002: Add a mock vision-common GMS client target (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | services/shape_detection/BUILD.gn » ('j') | services/shape_detection/BUILD.gn » ('J')
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 8cd8b7c599df83305ae9601e128d47e128ffd068..f9ac6f38bc678156e14ff5d0a0d102b006e54f4c 100644
--- a/build/secondary/third_party/android_tools/BUILD.gn
+++ b/build/secondary/third_party/android_tools/BUILD.gn
@@ -343,3 +343,11 @@ android_aar_prebuilt("google_play_services_vision_java") {
aar_path = "$gms_path/$_lib_name/$gms_version/$_lib_name-$gms_version.aar"
ignore_manifest = true
}
+
+# TODO(paulmiller): Replace this with a proper target after rolling to a GMS
+# version which has vision-common.
+java_group("google_play_services_vision_common_java") {
+ deps = [
+ ":google_play_services_vision_java",
+ ]
+}
« no previous file with comments | « no previous file | services/shape_detection/BUILD.gn » ('j') | services/shape_detection/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698