| group = 'com.android.tools' | |
| archivesBaseName = 'traceview' | |
| dependencies { | |
| compile project(':base:common') | |
| compile project(':swt:sdkstats') | |
| } | |
| sdk { | |
| linux { | |
| item('etc/traceview') { executable true } | |
| } | |
| mac { | |
| item('etc/traceview') { executable true } | |
| } | |
| windows { | |
| item 'etc/traceview.bat' | |
| } | |
| } | |
| // configure the manifest of the buildDistributionJar task. | |
| sdkJar.manifest.attributes("Main-Class": "com.android.traceview.MainWindow") | |