mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Set up SDK and NDK env vars from python
No need to make the buildserver do it
This commit is contained in:
parent
e8284225c9
commit
70d77a1cce
3 changed files with 14 additions and 14 deletions
|
|
@ -23,12 +23,6 @@ execute "add-android-sdk-path" do
|
|||
not_if "grep PATH-SDK /home/#{user}/.bsenv"
|
||||
end
|
||||
|
||||
execute "add-android-home" do
|
||||
user user
|
||||
command "echo \"export ANDROID_HOME=#{sdk_loc}\" >> /home/#{user}/.bsenv"
|
||||
not_if "grep ANDROID_HOME /home/#{user}/.bsenv"
|
||||
end
|
||||
|
||||
script "add_build_tools" do
|
||||
interpreter "bash"
|
||||
user user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue