From 5d412c49f372899212c8a387c1fe906df020eb89 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Tue, 19 Apr 2022 09:14:31 -0700 Subject: [PATCH] Roll buildroot to 2c41cfc742586b44984595960fc161c30252d8d6 Contains: * Add build variables required to roll ANGLE (flutter/buildroot#565) Issue: https://github.com/flutter/flutter/issues/102117 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e0c2ea2f1d292..73617f637a9b1 100644 --- a/DEPS +++ b/DEPS @@ -112,7 +112,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '2c4c3a6c47a238fe9b24f4ebe2633905299edc76', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '2c41cfc742586b44984595960fc161c30252d8d6', 'src/flutter/impeller': Var('github_git') + '/flutter/impeller' + '@' + 'deab73b33a15261852c380eaa3c843bb5918e5f8',