[go: nahoru, domu]

blob: a9a9ac4a14d75c28d3b720229dc7821ca7272822 [file] [log] [blame]
group = 'com.android.tools'
archivesBaseName = 'monkeyrunner'
dependencies {
compile project(':swt:chimpchat')
compile project(':swt:hierarchyviewer2:hierarchyviewer2lib')
compile project(':common')
compile project(':sdklib')
compile project(':ddmlib')
// Specific prebuilts and external libs used by mr.
compile 'com.google.jsilver:jsilver:1.0.0'
compile 'org.python:jython-standalone:2.5.3'
testCompile 'junit:junit:3.8.1'
}
sourceSets {
main.resources.srcDir 'src/main/java'
test.resources.srcDir 'src/test/java'
}
shipping {
launcherScripts = [
'etc/monkeyrunner.bat',
'etc/monkeyrunner',
]
}
// configure the manifest of the buildDistributionJar task.
buildDistributionJar.manifest.attributes("Main-Class": "com.android.monkeyrunner.MonkeyRunnerStarter")