mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
# These symbols are looked up from within the executable at runtime and must
|
|
# be exported in the dynamic symbol table.
|
|
{
|
|
kDartVmSnapshotData;
|
|
kDartVmSnapshotInstructions;
|
|
kDartIsolateSnapshotData;
|
|
kDartIsolateSnapshotInstructions;
|
|
};
|