Last active
November 25, 2015 03:54
-
-
Save googolmo/ba7503a4d7c1fd6dc106 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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