| apply plugin: 'com.android.tools.java-library' |
| apply plugin: 'com.android.tools.publish' |
| |
| dependencies { |
| implementation libs.com.android.tools.ddms.ddmlib |
| implementation libs.com.android.tools.annotations |
| implementation libs.com.android.tools.common |
| implementation libs.guava |
| |
| testImplementation libs.junit |
| } |
| |
| group = 'com.android.tools.build' |
| version = rootProject.ext.buildVersion |
| |
| base { |
| archivesName.set("builder-test-api") |
| } |
| |
| project.ext.pomName = 'Android Builder Test API library' |
| project.ext.pomDesc = 'API for the Test extension point in the Builder library.' |