mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Tor Services: specify NDK since its used to strip binaries
Apparently, different versions of the NDK can strip binaries differently. The native bits are reproducibly built in the tor-android binaries, then just copied in by gradle. But they might be stripped after that, so that step needs to be reproducible as well.
This commit is contained in:
parent
335b491cbd
commit
96046d5370
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r21e
|
||||
|
||||
- versionName: '0.2'
|
||||
versionCode: 2001
|
||||
|
|
@ -29,6 +30,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
prebuild: echo 'abi-splits=x86' >> gradle.properties
|
||||
ndk: r21e
|
||||
|
||||
- versionName: '0.2'
|
||||
versionCode: 2002
|
||||
|
|
@ -37,6 +39,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
prebuild: echo 'abi-splits=x86_64' >> gradle.properties
|
||||
ndk: r21e
|
||||
|
||||
- versionName: '0.2'
|
||||
versionCode: 2003
|
||||
|
|
@ -45,6 +48,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
prebuild: echo 'abi-splits=armeabi-v7a' >> gradle.properties
|
||||
ndk: r21e
|
||||
|
||||
- versionName: '0.2'
|
||||
versionCode: 2004
|
||||
|
|
@ -53,6 +57,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
prebuild: echo 'abi-splits=arm64-v8a' >> gradle.properties
|
||||
ndk: r21e
|
||||
|
||||
ArchivePolicy: 8 versions
|
||||
AutoUpdateMode: None
|
||||
|
|
|
|||
Loading…
Reference in a new issue