diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-01-24 11:27:30 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 13:34:29 +0100 |
| commit | fe63f1fcdc7eaa7de873c6a8c224bd55fb208cba (patch) | |
| tree | 895178828349e7817d16c0cebb70c6d3876f7b2e /android/docs | |
| parent | 27352fbd1b2d33b250e53a2be81c1c4669001290 (diff) | |
| download | mullvadvpn-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/docs')
| -rw-r--r-- | android/docs/BuildInstructions.macos.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/docs/BuildInstructions.macos.md b/android/docs/BuildInstructions.macos.md index 0368c1e917..18feb1b4cb 100644 --- a/android/docs/BuildInstructions.macos.md +++ b/android/docs/BuildInstructions.macos.md @@ -28,11 +28,6 @@ Finish the install of `rustup`: rustup-init ``` -Install `cbindgen` which is required to build `wireguard-go-rs`: -```bash -cargo install --force cbindgen -``` - ## 2. Install SDK Tools and Android NDK Toolchain Open Android Studio -> Tools -> SDK Manager, and install `Android SDK Command-line Tools (latest)`. |
