mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Blokada 5 script for cargo ndk changes
This commit is contained in:
parent
60d9f61c11
commit
ea3bc87126
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
License: MPL-2.0
|
||||
AuthorName: The Blokada Community
|
||||
AuthorEmail: hello@blokada.org
|
||||
WebSite: https://blokada.org
|
||||
|
|
@ -95,7 +95,7 @@ Builds:
|
|||
- rustup default stable
|
||||
- rustup target add armv7-linux-androideabi
|
||||
- rustup target add aarch64-linux-android
|
||||
- cargo install cargo-ndk
|
||||
- cargo install cargo-ndk --version 1.0.0
|
||||
- git submodule update --init --recursive
|
||||
- export ANDROID_NDK=$$NDK$$
|
||||
- cd ./../..
|
||||
|
|
@ -124,7 +124,7 @@ Builds:
|
|||
- rustup default stable
|
||||
- rustup target add armv7-linux-androideabi
|
||||
- rustup target add aarch64-linux-android
|
||||
- cargo install cargo-ndk
|
||||
- cargo install cargo-ndk --version 1.0.0
|
||||
- git submodule update --init --recursive
|
||||
- export ANDROID_NDK=$$NDK$$
|
||||
- cd ./../..
|
||||
|
|
|
|||
Loading…
Reference in a new issue