Skip to content

Commit 5139409

Browse files
committed
Try to add aidl sources
1 parent 00d5384 commit 5139409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

OsmAnd-api/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ android {
1717
buildTypes {
1818
release {
1919
}
20+
debug {
21+
}
2022
}
2123
lintOptions {
2224
abortOnError false
@@ -37,7 +39,7 @@ dependencies {
3739

3840
task sourcesJar(type: Jar) {
3941
classifier = 'sources'
40-
from android.sourceSets.main.java.sourceFiles
42+
from android.sourceSets.main.java.srcDirs
4143
}
4244

4345
artifacts {

0 commit comments

Comments
 (0)