-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#37526Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
The linker script embedder_exports.lst has recently been added to the engine repo but it doesn't export the following symbols declared in embedder.h:
kFlutterSemanticsNodeIdBatchEndkFlutterSemanticsCustomActionIdBatchEnd
My custom embedder implementation uses the symbol kFlutterSemanticsNodeIdBatchEnd and is failing build for this reason.
https://github.com/flutter-tizen/embedder/actions/runs/3384058505/jobs/5620589180
I think kFlutter*; should be added to the global section in the linker script. Also maybe the issue #106453 can be closed now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: embedderUsers of the Embedder APIUsers of the Embedder APIengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.