mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
update preinstalled ndk to r23b
This commit is contained in:
parent
39a25fc191
commit
3f62e0ebde
3 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ cd $NDK_BASE
|
|||
|
||||
for version in $@; do
|
||||
if [ ! -e ${NDK_BASE}/${version} ]; then
|
||||
unzip /vagrant/cache/android-ndk-${version}-linux-x86_64.zip > /dev/null
|
||||
unzip /vagrant/cache/android-ndk-${version}-linux*.zip > /dev/null
|
||||
mv android-ndk-${version} \
|
||||
`sed -En 's,^Pkg.Revision *= *(.+),\1,p' android-ndk-${version}/source.properties`
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue