From e62d9700e23036154c0fe7fe572852d09663d5ba Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Wed, 4 Nov 2020 09:32:35 +0900 Subject: [PATCH 1/2] Change the buildroot DEPS for test --- DEPS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f3982adcd1f53..8ea1b65a523df 100644 --- a/DEPS +++ b/DEPS @@ -105,7 +105,9 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '9184ff0695be1b3e4bb20cf64efcfa56daa0a3c0', + #'src': 'https://github.com/flutter/buildroot.git' + '@' + '9184ff0695be1b3e4bb20cf64efcfa56daa0a3c0', + # for testing. + 'src': 'https://github.com/HidenoriMatsubayashi/buildroot.git' + '@' + '157b4c74c396f36ea7a823f6a89e1b1290db21db', # Fuchsia compatibility # From 4c9ba395eccbdb589b26bde05692e0f14eb562ae Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Thu, 5 Nov 2020 08:03:11 +0900 Subject: [PATCH 2/2] Add cross-building for Linux Arm64. https://github.com/flutter/buildroot/pull/390 --- DEPS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DEPS b/DEPS index def18e1449def..13995dbc8d1b1 100644 --- a/DEPS +++ b/DEPS @@ -105,9 +105,7 @@ allowed_hosts = [ ] deps = { - #'src': 'https://github.com/flutter/buildroot.git' + '@' + '9184ff0695be1b3e4bb20cf64efcfa56daa0a3c0', - # for testing. - 'src': 'https://github.com/HidenoriMatsubayashi/buildroot.git' + '@' + '157b4c74c396f36ea7a823f6a89e1b1290db21db', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '89b49b10fda43496353e0839964919d688fa5594', # Fuchsia compatibility #