[go: nahoru, domu]

blob: d98824c9b12aaaa7f8930ea0d023b9c0255d77b8 [file] [log] [blame]
group = 'com.android.tools'
archivesBaseName = 'sdkmanager'
dependencies {
compile project(':swt:sdkmanager:sdkuilib')
compile project(':common')
compile project(':sdklib')
testCompile project(':sdklib-test')
testCompile 'junit:junit:3.8.1'
}
shipping {
launcherScripts = ['etc/android', 'etc/android.bat']
}
// configure the manifest of the buildDistributionJar task.
buildDistributionJar.manifest.attributes("Main-Class": "com.android.sdkmanager.Main")