From e9dca8691d8c4f0cf99206e830fb87444a9eb352 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Sat, 4 Nov 2023 08:14:27 -0700 Subject: [PATCH] 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 Change-Id: I5c869badea8658a6c1a0ee21bbded53e5886d070 --- default.xml | 4 ++-- 1 file 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 @@ - - + + -- 2.16.6