Set up SDK and NDK env vars from python

No need to make the buildserver do it
This commit is contained in:
Daniel Martí 2014-07-01 21:03:50 +02:00
parent e8284225c9
commit 70d77a1cce
3 changed files with 14 additions and 14 deletions

View file

@ -8,12 +8,6 @@ execute "add-android-ndk-path" do
not_if "grep PATH-NDK /home/#{user}/.bsenv"
end
execute "add-android-ndk-var" do
user user
command "echo \"export ANDROID_NDK=#{ndk_loc}\" >> /home/#{user}/.bsenv"
not_if "grep ANDROID_NDK /home/#{user}/.bsenv"
end
script "setup-android-ndk" do
timeout 14400
interpreter "bash"