summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-02-07 15:06:00 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-02-07 15:06:00 +0100
commitb9682b3207f6f9599ef67a7b9e2c24435a9151d7 (patch)
tree623fc9e597c5b0d5ca4cb3f7d909f0a84fb1be60 /android/BuildInstructions.md
parentb8aff843a4e2777198d64340bb82bbe2539b25af (diff)
parent87cd146b40b38d750312d7ca265bc07a56559301 (diff)
downloadmullvadvpn-b9682b3207f6f9599ef67a7b9e2c24435a9151d7.tar.xz
mullvadvpn-b9682b3207f6f9599ef67a7b9e2c24435a9151d7.zip
Merge branch 'take-control-over-maybenot-dependencies-and-verification-des-1645'
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index cfff1b3d73..5755737df8 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -128,8 +128,6 @@ Linux distro:
#### 5. Install and configure Rust toolchain
- Get the latest **stable** Rust toolchain via [rustup.rs](https://rustup.rs/).
- Also install `cbindgen` which is required to build `wireguard-go-rs`:
- `cargo install --force cbindgen`
- Configure Android cross-compilation targets and set up linker and archiver. This can be done by setting the following
environment variables:
@@ -157,7 +155,7 @@ environment variables:
```
#### 6. Download wireguard-go-rs submodule
-Run the following command to download wireguard-go-rs submodule: `git submodule update --init --recursive --depth=1 wireguard-go-rs`
+Run the following command to download wireguard-go-rs submodule: `git submodule update --init wireguard-go-rs/libwg/wireguard-go`
### Debug build
Run the following command to build a debug build: