summaryrefslogtreecommitdiffhomepage
path: root/android/docs
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-08-28 08:25:10 +0200
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-08-28 08:25:10 +0200
commit9413cc18a5990dcad153a60b5ea5ac7762600e03 (patch)
tree695efbf76cd6f6dd8792643d3cf517b46a4c1873 /android/docs
parent4c08174a9f1dca598292d074a048922e1dd41234 (diff)
downloadmullvadvpn-9413cc18a5990dcad153a60b5ea5ac7762600e03.tar.xz
mullvadvpn-9413cc18a5990dcad153a60b5ea5ac7762600e03.zip
Update Android build documentation
Diffstat (limited to 'android/docs')
-rw-r--r--android/docs/BuildInstructions.macos.md6
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