mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Update NDK to r22 and add buildtools 30.0.3
This commit is contained in:
parent
330ca2319c
commit
c88a3f56a1
4 changed files with 7 additions and 1 deletions
|
|
@ -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 r21d; do
|
||||
for version in r11c r12b r13b r14b r15c r16b r17c r18b r19c r20b r21d r22; 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