From 720a0304659d6cd815ad0fa50a31f68b041dae63 Mon Sep 17 00:00:00 2001 From: Nicole LeGare Date: Wed, 12 Feb 2025 09:27:51 -0800 Subject: [PATCH] Fix vendored crates path --- src/android/build-rules/library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/android/build-rules/library.md b/src/android/build-rules/library.md index 1cbbeebd4e1d..a50e0b1e7925 100644 --- a/src/android/build-rules/library.md +++ b/src/android/build-rules/library.md @@ -6,9 +6,9 @@ Here we declare a dependency on two libraries: - `libgreeting`, which we define below, - `libtextwrap`, which is a crate already vendored in - [`external/rust/crates/`][crates]. + [`external/rust/android-crates-io/crates/`][crates]. -[crates]: https://cs.android.com/android/platform/superproject/+/master:external/rust/crates/ +[crates]: https://cs.android.com/android/platform/superproject/main/+/main:external/rust/android-crates-io/crates/ _hello_rust/Android.bp_: