Skip to content

Instantly share code, notes, and snippets.

@googolmo
Last active November 25, 2015 03:54
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 googolmo/ba7503a4d7c1fd6dc106 to your computer and use it in GitHub Desktop.
Save googolmo/ba7503a4d7c1fd6dc106 to your computer and use it in GitHub Desktop.
android.LibraryVariant.all { variant ->
if (variant.packageLibrary) {
def originFolder = ""
copy {
from "$originFolder"
into variant.packageLibrary.jniDir
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment