mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
include detail about toolchain in README.md (#3020)
Sometimes, the targets installed in the `kotlin/android/README.md` rustup steps are not installed in the same toolchain as the one that is used to build the `debugApp`. Added a small detail to check that the current toolchain has these targets. Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
56ea89f795
commit
141bd60c47
@@ -36,7 +36,9 @@ locally.
|
||||
NDK_HOME=$ANDROID_HOME/ndk-bundle
|
||||
PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin
|
||||
```
|
||||
1. Make sure the following Rust targets are installed:
|
||||
|
||||
1. Make sure the following Rust targets are installed in your current
|
||||
toolchain:
|
||||
```
|
||||
aarch64-linux-android
|
||||
arm-linux-androideabi
|
||||
|
||||
Reference in New Issue
Block a user