add jni to generated plugins

linux and windows were missing jni which was being added on fresh builds from dev
This commit is contained in:
Enot (ded) Skelly 2026-04-08 08:37:50 -07:00
parent 754f8a6c62
commit 45cd8a56a3
No known key found for this signature in database
GPG key ID: 2FE5B19B03656304
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flserial
jni
)
set(PLUGIN_BUNDLED_LIBRARIES)

View file

@ -11,6 +11,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flserial
flutter_local_notifications_windows
jni
)
set(PLUGIN_BUNDLED_LIBRARIES)