From cfe2426867b7ad24cab798183ce9112a8038748c Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 22 Oct 2018 11:08:31 -0700 Subject: [PATCH] Roll buildtools to 5a9e1b3a0b84a2871f20f85fde665e54a894ba72 This one includes the fix for the bug that caused the rollback in https://github.com/flutter/engine/pull/6621. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index bd7cbe64457ec..cdaed4d8af564 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.