From 4d6dbb6869e3fc509505e0f19bd396e3ca797b49 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 26 Mar 2024 08:35:37 -0700 Subject: [PATCH] Roll buildroot to 2a16784938d3be059014d4112f00ac70a386fa0c To pick up https://github.com/flutter/buildroot/pull/841 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index cd129a5346fd9..3d71ea24f8d69 100644 --- a/DEPS +++ b/DEPS @@ -289,7 +289,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'bce07474ce354afc8ea6bb1b695cc86ef376260d', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '2a16784938d3be059014d4112f00ac70a386fa0c', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',