diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-08-13 15:56:38 +0200 |
|---|---|---|
| committer | Niklas Berglund <niklas.berglund@gmail.com> | 2024-08-15 11:12:58 +0200 |
| commit | e58d3b0bc212cf4f94ac9a2d679e8b163df6955a (patch) | |
| tree | 02871115e8a5238eab792acda6f8f86896a64365 /android/docs | |
| parent | 1d893cab635dcefd7203e5ee25565471f4a6f6da (diff) | |
| download | mullvadvpn-e58d3b0bc212cf4f94ac9a2d679e8b163df6955a.tar.xz mullvadvpn-e58d3b0bc212cf4f94ac9a2d679e8b163df6955a.zip | |
Update Android build instructions
Diffstat (limited to 'android/docs')
| -rw-r--r-- | android/docs/BuildInstructions.macos.md | 7 |
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: |
