Roll android_deps from 6mTuw4XsHFCD5khev... to wLnFVu0CQdIaPBbd-... Manual Roll: Updates a .jar path in //third_party/android_sdk/BUILD.gn If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/android-deps-chromium Please CC clank-build@google.com,clank-library-failures@google.com,wnwen@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: 447342491 Cq-Include-Trybots: luci.chrome.try:android-internal-binary-size;luci.chrome.try:android-internal-rel Change-Id: Ic4c6638445aa23c408ab6c9039e923ddff642712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7001832 Reviewed-by: Sam Maier <smaier@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1523537} NOKEYCHECK=True GitOrigin-RevId: 854d36dd3469e75262d7aadea005799548cbbf5e
diff --git a/BUILD.gn b/BUILD.gn index b7e3bf4..5fe8fc9 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -64,7 +64,7 @@ } android_sdk_optional_library("android_xr_extensions_java") { runtime_library_name = "com.android.extensions.xr" - input_jars_paths = [ "//third_party/android_deps/autorolled/cipd/libs/com_android_extensions_xr_extensions_xr/extensions-xr-1.0.0.jar" ] + input_jars_paths = [ "//third_party/android_deps/autorolled/cipd/libs/com_android_extensions_xr_extensions_xr/extensions-xr.jar" ] required = false } if (!limit_android_deps) {