mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Switch to ndk r9
This commit is contained in:
parent
59b3b27378
commit
244e069036
2 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@ script "setup-android-ndk" do
|
|||
else
|
||||
SUFFIX = ''
|
||||
fi
|
||||
tar jxvf /vagrant/cache/android-ndk-r8e-linux-x86$SUFFIX.tar.bz2
|
||||
tar jxvf /vagrant/cache/android-ndk-r9-linux-x86$SUFFIX.tar.bz2
|
||||
mv android-ndk-r8e #{ndk_loc}
|
||||
"
|
||||
not_if do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue