Try to add aidl sources

This commit is contained in:
Chumva 2019-10-11 17:30:48 +03:00
parent 00d5384d65
commit 5139409b95

View file

@ -17,6 +17,8 @@ android {
buildTypes {
release {
}
debug {
}
}
lintOptions {
abortOnError false
@ -37,7 +39,7 @@ dependencies {
task sourcesJar(type: Jar) {
classifier = 'sources'
from android.sourceSets.main.java.sourceFiles
from android.sourceSets.main.java.srcDirs
}
artifacts {