summaryrefslogtreecommitdiffhomepage
path: root/android/docs
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-08-15 11:14:48 +0200
committerAlbin <albin@mullvad.net>2024-08-15 11:14:48 +0200
commit3ed7758ca1c5fc0c85a4e13b9c4b0b85e17c3dd1 (patch)
tree02871115e8a5238eab792acda6f8f86896a64365 /android/docs
parent1d893cab635dcefd7203e5ee25565471f4a6f6da (diff)
parente58d3b0bc212cf4f94ac9a2d679e8b163df6955a (diff)
downloadmullvadvpn-3ed7758ca1c5fc0c85a4e13b9c4b0b85e17c3dd1.tar.xz
mullvadvpn-3ed7758ca1c5fc0c85a4e13b9c4b0b85e17c3dd1.zip
Merge branch 'update-android-build-instructions'
Diffstat (limited to 'android/docs')
-rw-r--r--android/docs/BuildInstructions.macos.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/docs/BuildInstructions.macos.md b/android/docs/BuildInstructions.macos.md
index 87d77fa78e..01546c570a 100644
--- a/android/docs/BuildInstructions.macos.md
+++ b/android/docs/BuildInstructions.macos.md
@@ -61,6 +61,13 @@ 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:
+
+```bash
+git submodule update --init --recursive --depth=1 wireguard-go-rs
+```
+
## 4. Debug build
Run the build script in the root of the project to assemble all the native libraries and the app: