I need to set it here: engine/glfw/lib/android/android_util.c
(choose_egl_config)
It would probably be a good idea to create android_manifest.c
and android_manifest.h
files in engine/glfw/lib/android/
,
which would read meta-data from AndroidManifest.xml using JNI like in android_window.c
and android_init.c
.