when i give this command: python3 Dev/Cpp/build.py platform=android
i am getting this error : ```
godot-cpp/godot-headers/android/godot_android.h:37:10: fatal error:
'jni.h' file not found
#include <jni.h>
my system information:
os: manjaro linux
java : openjdk 16.0.2
cmake version : 3.21.2
I added java to path.
Thanks in advance for your interest.