make sure new enough android build-tools get installed
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
91b3cc5647
commit
0ace1d045c
1 changed files with 4 additions and 0 deletions
|
@ -464,6 +464,10 @@
|
|||
when: is_fedora is defined
|
||||
action: file state=absent path=/var/android/android-sdk-with-platform-17.tar.gz
|
||||
|
||||
- name: Install newer android build-tools
|
||||
when: is_fedora is defined
|
||||
action: shell "echo y | /var/android/tools/android update sdk -u -a -t build-tools-19.1.0"
|
||||
|
||||
- name: set the hostname to jenkins-osversion
|
||||
action: command hostname jenkins-{{ dist_tag }}
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue