summaryrefslogtreecommitdiffhomepage
path: root/android/docs
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-08-28 09:23:10 +0200
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-08-28 09:23:10 +0200
commit21b3ede39501c037231e69c89c2d18cbde156f5f (patch)
tree171a2e121b60629c665ea2d350884c68f609a7ca /android/docs
parentdb6766ebc0e76af2d93efa6b7295dfea88e23070 (diff)
parenta79fad13633dc4dec629758c0c35a53db349cbc2 (diff)
downloadmullvadvpn-21b3ede39501c037231e69c89c2d18cbde156f5f.tar.xz
mullvadvpn-21b3ede39501c037231e69c89c2d18cbde156f5f.zip
Merge branch 'rust-android-gradle-submodule'
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