summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-07-17 12:58:48 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-07-17 15:21:55 +0000
commit1ab1ad0eb6a36c8397cb20ea4b9be9d525af871b (patch)
tree0f1e951c45cb278283517d0c9c2615c69e87e055
parent851cb9b58e90474d775e593de0f99f433b7a929a (diff)
downloadmullvadvpn-1ab1ad0eb6a36c8397cb20ea4b9be9d525af871b.tar.xz
mullvadvpn-1ab1ad0eb6a36c8397cb20ea4b9be9d525af871b.zip
Update Android build step in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 400cca3d53..3ca458a15f 100644
--- a/README.md
+++ b/README.md
@@ -252,7 +252,7 @@ to do that before starting the GUI.
Build the Rust daemon with:
```bash
-. env.sh "android"
+. env.sh "aarch64-linux-android"
cargo build --target aarch64-linux-android --release
```