mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Upgrade NDK r22 to r22b
This commit is contained in:
parent
38c18d42f8
commit
6d9410597b
4 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ ndk_paths:
|
|||
r19c: /home/vagrant/android-ndk/r19c
|
||||
r20b: /home/vagrant/android-ndk/r20b
|
||||
r21e: /home/vagrant/android-ndk/r21e
|
||||
r22: /home/vagrant/android-ndk/r22
|
||||
r22b: /home/vagrant/android-ndk/r22b
|
||||
|
||||
java_paths:
|
||||
8: /usr/lib/jvm/java-8-openjdk-amd64
|
||||
|
|
|
@ -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 r21e r22; do
|
||||
for version in r11c r12b r13b r14b r15c r16b r17c r18b r19c r20b r21e r22b; do
|
||||
if [ ! -e ${NDK_BASE}/${version} ]; then
|
||||
unzip /vagrant/cache/android-ndk-${version}-linux-x86_64.zip > /dev/null
|
||||
mv android-ndk-${version} ${version}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue