When I try to export a project which uses gdnative and compiled libraries to android platform, using custom build option, the compiled libraries (.so files) are missing from the .apk package. If I don't use the custom build option the library files injected into package correctly. Is there a way to include shared libraries into custom built .apk packages?