diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-22 12:12:54 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-22 12:12:54 -0300 |
| commit | 2ef16af6f59762140fcc09a8701addafb6746784 (patch) | |
| tree | 19e4921bc0d4228fd355dcb3ce1e5ebf6a875267 /.github | |
| parent | 934fd8ad66394a2181ca9170c7c1cc5aea417225 (diff) | |
| parent | 0a89c9ad8f2b4a2ff3823ff30ab77ff4243ee63c (diff) | |
| download | mullvadvpn-2ef16af6f59762140fcc09a8701addafb6746784.tar.xz mullvadvpn-2ef16af6f59762140fcc09a8701addafb6746784.zip | |
Merge branch 'manually-strip-android-libs'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index f87b518774..222ac752fa 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -66,6 +66,7 @@ jobs: # Build APK - env: RUSTFLAGS: --deny warnings + NDK_TOOLCHAIN_DIR: ${{ steps.install-android-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin AR_aarch64_linux_android: ${{ steps.install-android-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar CC_aarch64_linux_android: ${{ steps.install-android-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang ARCHITECTURES: arm64 |
