From 58a9482d4b44bb030cd8144d4463dc43daa5874f Mon Sep 17 00:00:00 2001 From: Chase Latta Date: Mon, 24 May 2021 17:14:30 -0700 Subject: [PATCH] Update buildroot to d86d028552a050f25fb25bf9163f7df0cee9f9a4 (flutter/engine#26383) https://github.com/flutter/flutter/issues/83268 Updates the buildroot to pick up the -Wno-deprecated-copy to unblock the clang roller which was failing on building fuchsia fidl files. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 8f3e1ea5188..b5f2ba99fad 100644 --- a/DEPS +++ b/DEPS @@ -97,7 +97,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '26def4d018dce3f343dc261c3d42171ba236cfab', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'd86d028552a050f25fb25bf9163f7df0cee9f9a4', # Fuchsia compatibility #