Skip to content

Commit

Permalink
feat: Change jnigenJar to bundle everything in directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jul 3, 2024
1 parent e4802af commit b4125e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void add(BuildTarget target, JnigenExtension ext, String abi) {
getArchiveClassifier().set("natives-" + abi);
}

String path = ext.subProjectDir + ext.libsDir + File.separatorChar + targetFolder + File.separatorChar + target.getSharedLibFilename(ext.sharedLibName);
String path = ext.subProjectDir + ext.libsDir + File.separatorChar + targetFolder + File.separatorChar;
from(path);
}
}

0 comments on commit b4125e3

Please sign in to comment.