android: Port over to the CMake Cerbero SDK module
Hi all,
This PR is the counterpart to cerbero!1466 (closed), for which I ported the five tutorial apps to CMake as a proof of concept.
As part of it, I've taken care to ensure that the C bindings are properly cleaned up (JNI_OnLoad
marked with JNIEXPORT
, gst-indent
compliant, and the native library built with -fvisibility=hidden
to ensure there's the single symbol exported).
Let me know what you think.