mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
blokada: enable 5.20.2
This commit is contained in:
parent
f615374237
commit
79f07450a7
1 changed files with 6 additions and 2 deletions
|
|
@ -398,7 +398,6 @@ Builds:
|
|||
|
||||
- versionName: 5.20.2
|
||||
versionCode: 520000002
|
||||
disable: ndk r24
|
||||
commit: 67ab20824d120dc912406c8bb427c1c5db1e26b6
|
||||
subdir: android5/app
|
||||
submodules: true
|
||||
|
|
@ -412,6 +411,7 @@ Builds:
|
|||
- unzip -P default_blocklist src/main/assets/default_blocklist.zip default_blocklist
|
||||
-d src/main/assets
|
||||
- rm src/main/assets/default_blocklist.zip
|
||||
- sed -i -e 's/24.0.7856742/24.0.8215888/' build.gradle
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
|
|
@ -419,8 +419,12 @@ Builds:
|
|||
- rustup target add armv7-linux-androideabi
|
||||
- rustup target add aarch64-linux-android
|
||||
- cargo install cargo-ndk --version 1.0.0
|
||||
- export ANDROID_NDK=$$NDK$$
|
||||
- cd ../..
|
||||
- curl -Lo ndk.zip https://dl.google.com/android/repository/android-ndk-r21e-linux-x86_64.zip
|
||||
- echo "ad7ce5467e18d40050dc51b8e7affc3e635c85bd8c59be62de32352328ed467e ndk.zip"
|
||||
| sha256sum -c -
|
||||
- unzip -q ndk.zip
|
||||
- export ANDROID_NDK=$(pwd)/android-ndk-r21e
|
||||
- ./build.boringtun.sh
|
||||
- ./build.blocka.sh
|
||||
ndk: r24
|
||||
|
|
|
|||
Loading…
Reference in a new issue