Skip to content

Commit

Permalink
Fix vendored crates path
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Feb 12, 2025
1 parent 699c513 commit 720a030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/build-rules/library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_:

Expand Down

0 comments on commit 720a030

Please sign in to comment.