summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-01-08 09:33:44 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-01-08 10:48:48 +0100
commit1c1ca559b69810904538c2e46c2326d2ebcaa014 (patch)
treee42cb4535910bdeeb25018786035a21130e5ff31 /android/BuildInstructions.md
parentac9ac4b824b62d60f64be46f69a4678152d64fb5 (diff)
downloadmullvadvpn-1c1ca559b69810904538c2e46c2326d2ebcaa014.tar.xz
mullvadvpn-1c1ca559b69810904538c2e46c2326d2ebcaa014.zip
Add gradle rust plugin
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