I'm trying to ship an executable file with my apk, i use method described here https://developer.android.com/ndk/guides/wrap-script#packaging_wrapsh i added /resources/lib/abi
folder and included executable per each abi. Issue is packager, copy all folders from /resources/lib
instead only that one that is needed for this particular abi. Is there any way to include only folder that match abi?
from Exclude resources basing on current apk build
No comments:
Post a Comment