Skip to content

Commit

Permalink
Add asset to AAR
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Aug 11, 2018
1 parent 9c24c16 commit f1a2862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion support/android/apk/servoapp/build.gradle
Expand Up @@ -48,7 +48,6 @@ android {
sourceSets {
main {
java.srcDirs = ['src/main/java']
assets.srcDirs = ['../../../../resources']
}
}

Expand Down
3 changes: 3 additions & 0 deletions support/android/apk/servoview/build.gradle
Expand Up @@ -110,6 +110,9 @@ android {
}

sourceSets {
main {
assets.srcDirs = ['../../../../resources']
}
armDebug {
jniLibs.srcDirs = [getJniLibsPath(true, 'arm')]
}
Expand Down

0 comments on commit f1a2862

Please sign in to comment.