From 38b3e89ea8aaab50f1e96a87bd5b712bcb9fa142 Mon Sep 17 00:00:00 2001 From: Yegor Date: Mon, 26 Jun 2017 16:43:22 -0700 Subject: [PATCH] upgrade buildroot to pick up analyzer fixes (#3830) --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 274d12f1a..58e88c9ba 100644 --- a/DEPS +++ b/DEPS @@ -54,7 +54,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'a37901d9b7b2051d315e0b1c63427e2cf46bacae', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '3d2cc6093570e5fd7eff45274bc7e326ce01cfb0', # Fuchsia compatibility # -- GitLab