Merge branch 'patch-2' into 'master'

Add NDK r21c

See merge request fdroid/fdroidserver!755
This commit is contained in:
Hans-Christoph Steiner 2020-06-02 19:59:38 +00:00
commit b1eb086259
4 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ ndk_paths = {
'r18b': "/home/vagrant/android-ndk/r18b",
'r19c': "/home/vagrant/android-ndk/r19c",
'r20b': "/home/vagrant/android-ndk/r20b",
'r21b': "/home/vagrant/android-ndk/r21b",
'r21c': "/home/vagrant/android-ndk/r21c",
}
java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-amd64",

View file

@ -15,7 +15,7 @@ if [ ! -e $NDK_BASE/r10e ]; then
mv android-ndk-r10e r10e
fi
for version in r11c r12b r13b r14b r15c r16b r17c r18b r19c r20b r21b; do
for version in r11c r12b r13b r14b r15c r16b r17c r18b r19c r20b r21c; do
if [ ! -e ${NDK_BASE}/${version} ]; then
unzip /vagrant/cache/android-ndk-${version}-linux-x86_64.zip > /dev/null
mv android-ndk-${version} ${version}