blob: a0c8001e4aa45bddb76174d53544c9325f8daba2 [file] [log] [blame]
apply plugin: 'com.android.tools.java-library'
apply plugin: 'com.android.tools.publish'
apply plugin: 'sdk-java-lib'
dependencies {
implementation project(':base:common')
testImplementation libs.junit
}
group = 'com.android.tools'
archivesBaseName = 'dvlib'
version = rootProject.ext.baseVersion
// configure the manifest of the sdkJar task
sdkJar.manifest.attributes("Main-Class": "com.android.validator.DeviceValidator")
project.ext.pomName = 'Android Tools dvlib'
project.ext.pomDesc = 'A Library to manage the Android device database XML files.'