Handle uname -m returning arm64
This commit is contained in:
parent
3e58c7aafd
commit
56a5f55e18
2 changed files with 4 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ Prerequisites:
|
|||
```
|
||||
* Install the Android Rust toolchain for your machine's hardware:
|
||||
```
|
||||
rustup target add `uname -m`-linux-android
|
||||
rustup target add aarch64-linux-android x86_64-linux-android
|
||||
```
|
||||
* Depending on the location of the Android SDK, you may need to set
|
||||
`ANDROID_HOME`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue