diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2023-11-04 08:14:27 -0700 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2023-11-04 08:14:27 -0700 |
commit | e9dca8691d8c4f0cf99206e830fb87444a9eb352 (patch) | |
tree | b8f722f4cd13c7521438de2b44d478c5598f740e | |
parent | 7276b8cd1de10cff3671642e67989bef104e7333 (diff) |
Roll meta-flutter and workspace-automation
meta-flutter
-dart_plugin_registrant work
* dart plugin registrant called in all cases with --obfuscate enabled
* default --obfuscate for gen_snapshot
* make flutter app do_compile() easier to read
* validate pubspec name against selected
* default strip and obfuscate to gen_snapshot step
obfuscate appears to resolve the issue with gallery not registering plugins
it might be that obfuscate preserves the correct entry point
* move flutter-app.inc to the include folder
workspace-automation changes
-default 3.13.9
-pubspec-path option (enables parsing federated plugins)
-plugin-platform option (enables filtering federated plugins)
-use engine archive instead of local build
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: I5c869badea8658a6c1a0ee21bbded53e5886d070
-rw-r--r-- | default.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml index 1677d59b..603022db 100644 --- a/default.xml +++ b/default.xml @@ -61,8 +61,8 @@ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" /> <!-- meta-flutter --> - <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="a146b052eb1c226096cbd8c7d58bbd587462813d" upstream="kirkstone"/> - <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="06e057c07e12d3a403036926ae01c8da33f225c4" upstream="main"/> + <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="ccacfb9640fd46312ad6184883dbd4a0ca9119ad" upstream="kirkstone"/> + <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="767298cdbfeef43015d7041947bb4ad6e8ce1b02" upstream="main"/> <!-- meta-tensorflow --> <project name="meta-tensorflow" path="external/meta-tensorflow" remote="yocto" revision="ec20e19319f9eb89ceadc04923cc5bc75e865692" upstream="kirkstone"/> |