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:
Hans-Christoph Steiner 2021-05-19 18:00:14 +02:00
parent 335b491cbd
commit 96046d5370
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -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