mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Use ndk r8e
This commit is contained in:
parent
3c3ca99baa
commit
d54031294a
@ -6,9 +6,9 @@ script "setup-android-ndk" do
|
||||
user node[:settings][:user]
|
||||
cwd "/tmp"
|
||||
code "
|
||||
wget http://dl.google.com/android/ndk/android-ndk-r8b-linux-x86.tar.bz2
|
||||
tar jxvf android-ndk-r8b-linux-x86.tar.bz2
|
||||
mv android-ndk-r8b #{ndk_loc}
|
||||
wget http://dl.google.com/android/ndk/android-ndk-r8e-linux-x86.tar.bz2
|
||||
tar jxvf android-ndk-r8e-linux-x86.tar.bz2
|
||||
mv android-ndk-r8e #{ndk_loc}
|
||||
"
|
||||
not_if do
|
||||
File.exists?("#{ndk_loc}")
|
||||
|
Loading…
Reference in New Issue
Block a user