mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Replace rm with scandelete
This commit is contained in:
parent
fe45bed65b
commit
e01d6a6f62
1 changed files with 2 additions and 2 deletions
|
|
@ -26,9 +26,9 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
srclibs:
|
srclibs:
|
||||||
- OpenSSL@OpenSSL_1_1_1k
|
- OpenSSL@OpenSSL_1_1_1k
|
||||||
rm:
|
|
||||||
- testing
|
|
||||||
prebuild: sed -i -e "/clean.dependsOn 'cleanNative'/d" build.gradle
|
prebuild: sed -i -e "/clean.dependsOn 'cleanNative'/d" build.gradle
|
||||||
|
scandelete:
|
||||||
|
- testing
|
||||||
build:
|
build:
|
||||||
- lib="$PWD/src/main/jni/openssl"
|
- lib="$PWD/src/main/jni/openssl"
|
||||||
- PATH=$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
|
- PATH=$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue