Puppet Class: android::platform_tools
- Defined in:
- manifests/platform_tools.pp
Overview
Class: android::platform_tools
Installs the Android SDK platform tools.
Authors
Etienne Pelletier <epelletier@maestrodev.com>
Copyright
Copyright 2012 MaestroDev, unless otherwise noted.
13 14 15 16 17 18 19 |
# File 'manifests/platform_tools.pp', line 13
class android::platform_tools {
android::package{ 'platform-tools':
type => 'platform-tools',
}
}
|