summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-01-24 11:27:30 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-02-07 13:34:29 +0100
commitfe63f1fcdc7eaa7de873c6a8c224bd55fb208cba (patch)
tree895178828349e7817d16c0cebb70c6d3876f7b2e /android/BuildInstructions.md
parent27352fbd1b2d33b250e53a2be81c1c4669001290 (diff)
downloadmullvadvpn-fe63f1fcdc7eaa7de873c6a8c224bd55fb208cba.tar.xz
mullvadvpn-fe63f1fcdc7eaa7de873c6a8c224bd55fb208cba.zip
Remove cbindgen and instructions about it
cbindgen is no longer needed for building. The header generation is now done manually and never triggered automatically at build
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index cfff1b3d73..8c63957847 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: