summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-09-24 17:16:18 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-09-24 17:16:18 +0200
commit7b75e8d6d4f1fe1a65a181e2818b32c5d61ecc2d (patch)
tree6267ed463b5b722093e76239740f4caddd650ffa /android/BuildInstructions.md
parent4ff46e728f20919fcaf60b44276765dfcd048500 (diff)
parentcbf05a67e90ecce0b6a9f38e5c6811b5e47ad71e (diff)
downloadmullvadvpn-7b75e8d6d4f1fe1a65a181e2818b32c5d61ecc2d.tar.xz
mullvadvpn-7b75e8d6d4f1fe1a65a181e2818b32c5d61ecc2d.zip
Merge branch 'update-ndk-to-version-27b-droid-1343'
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md6
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"
```