Compare commits
1 Commits
5d4e9c3396
...
6e9aab2ce7
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e9aab2ce7 |
@@ -15,7 +15,7 @@
|
||||
// buckets. They are not `extern "C"`, so cbindgen never emits them.
|
||||
//
|
||||
// Engine-side usage lives at `engine/src/flutter/shell/common/shorebird/updater.cc`
|
||||
// in the open Flutter fork: <https://git.tonycloud.org/flutter/flutter>.
|
||||
// in the open Flutter fork: <https://github.com/tony-cloud/flutter>.
|
||||
use std::ffi::{CStr, CString};
|
||||
use std::os::raw::c_char;
|
||||
|
||||
|
||||
@@ -23,4 +23,4 @@ For an Updater function to be visible to the Dart code, it must:
|
||||
`dart run ffigen`. ffigen reads only `updater_dart.h`, so engine-only
|
||||
symbols are not bound.
|
||||
1. Android specific: be listed in
|
||||
https://github.com/shorebirdtech/flutter/blob/shorebird/dev/engine/src/flutter/shell/platform/android/android_exports.lst
|
||||
https://github.com/tony-cloud/flutter/blob/tonycloud/dev/engine/src/flutter/shell/platform/android/android_exports.lst
|
||||
|
||||
Reference in New Issue
Block a user