From ffe035f6198d28af5c41ba45c660b25a15228d20 Mon Sep 17 00:00:00 2001 From: Siva Date: Wed, 19 Jun 2019 15:15:47 -0700 Subject: [PATCH] Roll Dart to version 7340a569caac6431d8698dc3788579b57ffcf0c6 (flutter/engine#9374) * Roll Dart to version 7340a569caac6431d8698dc3788579b57ffcf0c6 Includes cherry picks to fix the following issues - missing DT_NULL in dynamic segment" during linking - https://github.com/flutter/flutter/issues/34308 * Update licenses file. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f85d23e0132..1e96e271755 100644 --- a/DEPS +++ b/DEPS @@ -32,7 +32,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '1d8b81283c1dee38f1dd87b71b16aa1648b01155', + 'dart_revision': '7340a569caac6431d8698dc3788579b57ffcf0c6', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py