From d554c4efb2c7ec072401bd5ad7936ad1d4e52606 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 19 Dec 2024 15:07:14 -0800 Subject: [PATCH] Update DEPS, remove `upstream-buildroot` (#160548) ... which is [now merged into the monorepo](https://github.com/flutter/flutter/tree/master/engine/src). Yay! --- DEPS | 1 - 1 file changed, 1 deletion(-) diff --git a/DEPS b/DEPS index 467f12a818..050abd59f6 100644 --- a/DEPS +++ b/DEPS @@ -152,7 +152,6 @@ vars = { "upstream_benchmark": "https://github.com/google/benchmark.git", "upstream_boringssl": "https://github.com/openssl/openssl.git", "upstream_brotli": "https://github.com/google/brotli.git", - "upstream_buildroot": "https://github.com/flutter/buildroot.git", "upstream_dart_style": "https://github.com/dart-lang/dart_style.git", "upstream_dartdoc": "https://github.com/dart-lang/dartdoc.git", "upstream_equatable": "https://github.com/felangel/equatable.git",