diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-09-20 11:52:49 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-09-24 17:09:53 +0200 |
| commit | 289709c42fdffb5a1336ae106db35005881e9444 (patch) | |
| tree | 778ff7c60e9ca49b776923eea2c0c25281c67285 /android/BuildInstructions.md | |
| parent | 4ff46e728f20919fcaf60b44276765dfcd048500 (diff) | |
| download | mullvadvpn-289709c42fdffb5a1336ae106db35005881e9444.tar.xz mullvadvpn-289709c42fdffb5a1336ae106db35005881e9444.zip | |
Update build instructions for new NDK
Diffstat (limited to 'android/BuildInstructions.md')
| -rw-r--r-- | android/BuildInstructions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index 39cf2ad771..c80214f013 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -118,10 +118,10 @@ Linux distro: ```bash cd "$ANDROID_HOME" # Or some other directory to place the Android NDK - wget https://dl.google.com/android/repository/android-ndk-r25c-linux.zip - unzip android-ndk-r25c-linux.zip + wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip + unzip android-ndk-r27b-linux.zip - cd android-ndk-r25c + cd android-ndk-r27b export ANDROID_NDK_HOME="$PWD" ``` |
