From ca6ca7b6bd11fa35584fce4bc44e5655871d080d Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Thu, 24 Mar 2022 13:24:09 -0700 Subject: [PATCH 1/2] Roll buildroot to 9e885103f1b4019314e001cf68153c23936d2783. The buildroot change is removing checked in binaries. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5bd68d43e4422..72c206a15f828 100644 --- a/DEPS +++ b/DEPS @@ -113,7 +113,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '8cbf38af7d48cc298ae86e614533b4b2d0dc6758', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '9e885103f1b4019314e001cf68153c23936d2783', 'src/flutter/impeller': Var('github_git') + '/flutter/impeller' + '@' + '788c84ccea7fde11839d52d0684afd4427e9f2f4', From abc1b89c57183d2fad92a0a58889251450b8263b Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Thu, 24 Mar 2022 13:55:54 -0700 Subject: [PATCH 2/2] Update to a more recent commit. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 72c206a15f828..e706e9db4daa4 100644 --- a/DEPS +++ b/DEPS @@ -113,7 +113,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '9e885103f1b4019314e001cf68153c23936d2783', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '9b3955d9ad8621dbf961044dc28d8b12804abb58', 'src/flutter/impeller': Var('github_git') + '/flutter/impeller' + '@' + '788c84ccea7fde11839d52d0684afd4427e9f2f4',