nickpack / ansible-role-android-sdk

Install Android SDK tools and packages, headless, with ansible.
Other
40 stars 32 forks source link

Make installation Just Work on 32-bit Ubuntu in Vagrant #2

Closed edunham closed 8 years ago

edunham commented 9 years ago

Edited the default package names so that dependency installation works on a Vagrant precise32 box. (http://files.vagrantup.com/precise32.box is the base image which couldn't find the :i386-suffixed packages)

Also factored out the dependency list to defaults, for consistency and ease of overriding it by other users.