implement android.app.AlertDialog using GtkDialog

This commit is contained in:
Julian Winkler
2023-08-10 11:06:02 +02:00
committed by Mis012
parent fac8e6e7b5
commit 6547e66d4f
5 changed files with 263 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ libtranslationlayer_so = shared_library('translation_layer_main', [
'src/api-impl-jni/android_opengl_GLES20.c',
'src/api-impl-jni/location/android_location_LocationManager.c',
'src/api-impl-jni/app/android_app_Activity.c',
'src/api-impl-jni/app/android_app_AlertDialog.c',
] + marshal_files,
install: true,
install_dir : get_option('libdir') / 'java/dex/android_translation_layer/natives',