We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba49016 commit c60bdeaCopy full SHA for c60bdea
shell/platform/embedder/flutter_engine_exports.lst
@@ -2,13 +2,13 @@
2
# Use of this source code is governed by a BSD-style license that can be
3
# found in the LICENSE file.
4
5
-# Linker script that hides symbols with the prefix "FT_" so that global freetype
6
-# symbols referenced by Skia are not overriden by an external shared library at
7
-# runtime.
8
-
+# Never export symbols internally used by the engine (such as FT_*).
9
{
10
global:
11
- *;
+ kFlutter*;
+ kDart*;
+ FlutterEngine*;
+ FlutterPlatformMessage*;
12
local:
13
- FT_*;
+ *;
14
};
0 commit comments