From f9f4f5ddd38ac3f16a63f460c8947136e7349051 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Sun, 21 Oct 2018 15:51:03 +0200 Subject: [PATCH] Roll buildtools to 5a9e1b3a0b84a2871f20f85fde665e54a894ba72 This new version of clang should include the fix that causes the revert in https://github.com/flutter/engine/pull/6621 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1794090e0949e..9decf806b0c25 100644 --- a/DEPS +++ b/DEPS @@ -104,7 +104,7 @@ vars = { # Build bot tooling for iOS 'ios_tools_revision': '69b7c1b160e7107a6a98d948363772dc9caea46f', - 'buildtools_revision': 'c1408453246f0475547b6fe634c2f3dad71c6457', + 'buildtools_revision': '5a9e1b3a0b84a2871f20f85fde665e54a894ba72', } # Only these hosts are allowed for dependencies in this DEPS file.