refactor source tree organization, switch to meson

This commit is contained in:
Mis012
2022-10-02 23:06:56 +02:00
parent 2f785e2a59
commit 449090143e
296 changed files with 171615 additions and 69 deletions

View File

@@ -0,0 +1,41 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_util_Log */
#ifndef _Included_android_util_Log
#define _Included_android_util_Log
#ifdef __cplusplus
extern "C" {
#endif
#undef android_util_Log_VERBOSE
#define android_util_Log_VERBOSE 2L
#undef android_util_Log_DEBUG
#define android_util_Log_DEBUG 3L
#undef android_util_Log_INFO
#define android_util_Log_INFO 4L
#undef android_util_Log_WARN
#define android_util_Log_WARN 5L
#undef android_util_Log_ERROR
#define android_util_Log_ERROR 6L
#undef android_util_Log_ASSERT
#define android_util_Log_ASSERT 7L
#undef android_util_Log_LOG_ID_MAIN
#define android_util_Log_LOG_ID_MAIN 0L
#undef android_util_Log_LOG_ID_RADIO
#define android_util_Log_LOG_ID_RADIO 1L
#undef android_util_Log_LOG_ID_EVENTS
#define android_util_Log_LOG_ID_EVENTS 2L
#undef android_util_Log_LOG_ID_SYSTEM
#define android_util_Log_LOG_ID_SYSTEM 3L
/*
* Class: android_util_Log
* Method: isLoggable
* Signature: (Ljava/lang/String;I)Z
*/
JNIEXPORT jboolean JNICALL Java_android_util_Log_isLoggable
(JNIEnv *, jclass, jstring, jint);
#ifdef __cplusplus
}
#endif
#endif