This cookbook will install Google Android SDK.
The default recipe of this Chef cookbook will:
--filter
list can be customized in cookbook attributes)ANDROID_HOME
environment variable (via /etc/profile.d/...
mechanism)ANDROID_HOME/tools
and ANDROID_HOME/platform-tools
to default PATH
environment variable (via /etc/profile.d/...
mechanism)TODO (work in progress)
This cookbook is released at https://supermarket.chef.io/cookbooks/android-sdk and its original git repository is https://github.com/gildegoma/chef-android-sdk.
android-sdk::default
recipe to your run list or inside your cookbook.This Cookbook is being tasted by Travis CI:
Automated validations are following:
knife cookbook test
in a very basic sandboxDuring development, this cookbook is locally tested in following environments:
Thanks to:: All Contributors
Thanks to:: Ralf Kistner, for all relevant information to create original cookbook
Thanks to:: Andrew Rosa, for all relevant information to improve this cookbook
Thanks to:: Travis CI Project, for motivating the creation of this cookbook
Copyright:: 2013-2014, Gilles Cornu
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.