Try to add aidl sources
This commit is contained in:
parent
00d5384d65
commit
5139409b95
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue