Remove 'jni' from Flutter plugin and FFI plugin lists in generated CMake files

This commit is contained in:
zjs81
2026-04-14 21:58:39 -07:00
parent cb3b5a84eb
commit 1c9c089a53
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -8,7 +8,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
list(APPEND FLUTTER_FFI_PLUGIN_LIST
flserial
jni
)
set(PLUGIN_BUNDLED_LIBRARIES)