Skip to content

Instantly share code, notes, and snippets.

@JEuler
Created February 1, 2019 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JEuler/ed3295a2db750ddc412e9fea5c840d55 to your computer and use it in GitHub Desktop.
Save JEuler/ed3295a2db750ddc412e9fea5c840d55 to your computer and use it in GitHub Desktop.
Example of packing options
packagingOptions {
exclude "lib/armeabi/libsnappydb-native.so"
exclude "lib/mips/libsnappydb-native.so"
exclude "lib/mips64/libsnappydb-native.so"
}
Exclude not very useful libs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment