summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kotwicz <pkotwicz@chromium.org>2021-02-13 00:35:37 +0000
committerCopybara-Service <copybara-worker@google.com>2021-02-12 16:41:04 -0800
commitbce01d5018c04b908e936b87318455d5ea795340 (patch)
treeeb51fc9aaa7c05a45aee4bf063a089b572bf814b
parentd3ef8e8509499dd3eb8c0b7c1f5fdeb6f767f104 (diff)
downloadwebview_support_interfaces-bce01d5018c04b908e936b87318455d5ea795340.tar.gz
[Build] Switch androidx dependencies to use //third_party/androidx
This CL switches depenendencies on the //third_party/android_deps:androidx alias to refer to //third_party/androidx instead. This CL was generated via: find . -name *.gn -exec sed -i 's/android_deps:androidx/androidx:androidx/g' {} + BUG=1064277 Change-Id: I3238cd487298ef733939ade5edf5898dd374c5ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2693055 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#853751} GitOrigin-RevId: 0409372615dde3d990738a730b6f784d695bf678
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index d3c7500..3221dbc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -42,7 +42,7 @@ android_library("boundary_interface_java") {
# build when we mirror this into AndroidX. We are only permitted to depend on
# core Android classes and other AndroidX classes (must be in the androidx.*
# package name).
- deps = [ "//third_party/android_deps:androidx_annotation_annotation_java" ]
+ deps = [ "//third_party/androidx:androidx_annotation_annotation_java" ]
}
android_apk("boundary_interface_example_apk") {