Link external libraries in android godot3

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Nasser khosravi

I looked at how create custom Module for android but I can’t figure how to link Java sources to my native library compiled for Android.

In android studies I do linking by Android make or cmake.
How we can do this in godot?
Or how we can set jnilibs directory in SCsub?