Skip to content

Commit

Permalink
FIX: [droid;gradle] override aaptOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Jan 25, 2018
1 parent 4aa855c commit 492cb86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/android/packaging/xbmc/build.gradle.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ android {
}

}
aaptOptions {
ignoreAssetsPattern '!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~'
}

sourceSets {
main {
Expand Down

0 comments on commit 492cb86

Please sign in to comment.