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,21 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_view_Window */
#ifndef _Included_android_view_Window
#define _Included_android_view_Window
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: android_view_Window
* Method: set_widget_as_root
* Signature: (JJ)V
*/
JNIEXPORT void JNICALL Java_android_view_Window_set_1widget_1as_1root
(JNIEnv *, jobject, jlong, jlong);
#ifdef __cplusplus
}
#endif
#endif