mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-15 15:16:51 +02:00
Fix vendored crates path (#2638)
This commit is contained in:
parent
32a16c95dc
commit
e52f5ea9e3
@ -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_:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user