From 1fbf2d2ea7243fd323d3245c7029e2952d508a87 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Thu, 9 Apr 2020 22:35:02 -0700 Subject: [PATCH] Use a sysroot when building Linux host (#17573) Rolls buildroot to enable sysroot for Linux host builds by default. Part of flutter/flutter#53176 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 761389e3649..b8cde7ea62b 100644 --- a/DEPS +++ b/DEPS @@ -139,7 +139,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '74eedc7f351b2b8c323468c4487b1b5e9b08f0aa', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '0c64fd23eeedbad60c2bfa294710cd587ccb7c27', # Fuchsia compatibility #