#include #include #define LOG_TAG "androidcast_codecs" JNIEXPORT jint JNI_OnLoad(JavaVM *vm, void *reserved) { (void)vm; (void)reserved; __android_log_print(ANDROID_LOG_INFO, LOG_TAG, "androidcast codecs native library loaded"); return JNI_VERSION_1_6; }