summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-01-08 11:03:36 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-01-08 11:03:36 +0100
commita4bd7cc7758e8b64fd4cae4ed9070db5f51722dd (patch)
treeae94294f9540cd5bdf476e1fe6a7bfaeb808810c /android/BuildInstructions.md
parentac9ac4b824b62d60f64be46f69a4678152d64fb5 (diff)
parenta07dc5c5699392051f9e34d4883ba0d2808ea496 (diff)
downloadmullvadvpn-a4bd7cc7758e8b64fd4cae4ed9070db5f51722dd.tar.xz
mullvadvpn-a4bd7cc7758e8b64fd4cae4ed9070db5f51722dd.zip
Merge branch 'implement-gradle-rust-plugin-droid-1377'
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index c80214f013..e89d1b3102 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-r27b-linux.zip
- unzip android-ndk-r27b-linux.zip
+ wget https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
+ unzip android-ndk-r27c-linux.zip
- cd android-ndk-r27b
+ cd android-ndk-r27c
export ANDROID_NDK_HOME="$PWD"
```
@@ -162,7 +162,7 @@ Run the following command to download wireguard-go-rs submodule: `git submodule
### Debug build
Run the following command to build a debug build:
```bash
-../build-apk.sh --dev-build
+../android/build.sh --dev-build
```
### Release build
@@ -170,7 +170,7 @@ Run the following command to build a debug build:
2. Move, copy or symlink the directory from step 1 to [./credentials/](./credentials/) (`<repository>/android/credentials/`).
3. Run the following command to build:
```bash
- ../build-apk.sh --app-bundle
+ ../android/build.sh --app-bundle
```
## Configure signing key