From bcbf47d48ffd5b665d63d317d07744c9a7cdd7cb Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Thu, 27 Dec 2018 17:00:24 +0000 Subject: [PATCH] [gardening] Patch flutter engine to unbreak hhh build. Change-Id: If6fa39703db1bb6307b2eda0f7eafa92cdd18375 Reviewed-on: https://dart-review.googlesource.com/c/88120 Reviewed-by: Alexander Aprelev --- ...dc91fd3aea061647b2e21860c47a5a5180.flutter.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/patches/flutter-engine/d1817ddc91fd3aea061647b2e21860c47a5a5180.flutter.patch diff --git a/tools/patches/flutter-engine/d1817ddc91fd3aea061647b2e21860c47a5a5180.flutter.patch b/tools/patches/flutter-engine/d1817ddc91fd3aea061647b2e21860c47a5a5180.flutter.patch new file mode 100644 index 00000000000..c4dca2569c3 --- /dev/null +++ b/tools/patches/flutter-engine/d1817ddc91fd3aea061647b2e21860c47a5a5180.flutter.patch @@ -0,0 +1,13 @@ +diff --git a/analysis_options.yaml b/analysis_options.yaml +index 68eea153ee0..65056568003 100644 +--- a/analysis_options.yaml ++++ b/analysis_options.yaml +@@ -28,6 +28,8 @@ analyzer: + missing_return: warning + # allow having TODOs in the code + todo: ignore ++ # ++ sdk_version_async_exported_from_core: ignore + exclude: + - 'bin/cache/**' + # the following two are relative to the stocks example and the flutter package respectively