diff options
Diffstat (limited to 'android/docs')
| -rw-r--r-- | android/docs/BuildInstructions.macos.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/docs/BuildInstructions.macos.md b/android/docs/BuildInstructions.macos.md index 87208e7d0c..97d7bd96d7 100644 --- a/android/docs/BuildInstructions.macos.md +++ b/android/docs/BuildInstructions.macos.md @@ -63,11 +63,11 @@ export CARGO_TARGET_I686_LINUX_ANDROID_LINKER="$NDK_TOOLCHAIN_DIR/i686-linux-and export CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER="$NDK_TOOLCHAIN_DIR/x86_64-linux-android26-clang" ``` -## 3. Checkout wireguard-go-rs submodule -wireguard-go-rs submodule need to be downloaded: +## 3. Checkout the wireguard-go-rs and rust-android-gradle-plugin submodules +wireguard-go-rs and rust-android-gradle-plugin submodules need to be downloaded: ```bash -git submodule update --init wireguard-go-rs/libwg/wireguard-go +git submodule update --init wireguard-go-rs/libwg/wireguard-go android/rust-android-gradle-plugin ``` ## 4. Debug build |
