[gardening] Patch flutter engine to unbreak hhh build.

Change-Id: If6fa39703db1bb6307b2eda0f7eafa92cdd18375
Reviewed-on: https://dart-review.googlesource.com/c/88120
Reviewed-by: Alexander Aprelev <aam@google.com>
This commit is contained in:
Alexander Aprelev
2018-12-27 17:00:24 +00:00
parent 4579863064
commit bcbf47d48f
@@ -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