Skip to content

Commit e52f5ea

Browse files
authored
Fix vendored crates path (#2638)
1 parent 32a16c9 commit e52f5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/android/build-rules/library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Here we declare a dependency on two libraries:
66

77
- `libgreeting`, which we define below,
88
- `libtextwrap`, which is a crate already vendored in
9-
[`external/rust/crates/`][crates].
9+
[`external/rust/android-crates-io/crates/`][crates].
1010

11-
[crates]: https://cs.android.com/android/platform/superproject/+/master:external/rust/crates/
11+
[crates]: https://cs.android.com/android/platform/superproject/main/+/main:external/rust/android-crates-io/crates/
1212

1313
_hello_rust/Android.bp_:
1414

0 commit comments

Comments
 (0)