Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d46d6d3

Browse files
authored
Roll buildroot and delete libxml. (#48906)
The only reference to `libxml` was deleted in flutter/buildroot#801. This PR updates the buildroot, and removes the library.
1 parent 927e532 commit d46d6d3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

DEPS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ vars = {
195195
"upstream_libpng": "https://github.com/glennrp/libpng.git",
196196
"upstream_libtess2": "https://github.com/memononen/libtess2.git",
197197
"upstream_libwebp": "https://chromium.googlesource.com/webm/libwebp.git",
198-
"upstream_libxml": "https://gitlab.gnome.org/GNOME/libxml2.git",
199198
"upstream_leak_tracker": "https://github.com/dart-lang/leak_tracker.git",
200199
"upstream_logging": "https://github.com/dart-lang/logging.git",
201200
"upstream_markdown": "https://github.com/dart-lang/markdown.git",
@@ -273,7 +272,7 @@ allowed_hosts = [
273272
]
274273

275274
deps = {
276-
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'e0aa3ae49a32df7dd00655ee4dd55b00d84a47ea',
275+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '1570fb412dab333e380450ddee32ba8c60edef2f',
277276

278277
'src/flutter/third_party/rapidjson':
279278
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',
@@ -648,9 +647,6 @@ deps = {
648647
'src/flutter/third_party/wuffs':
649648
Var('skia_git') + '/external/github.com/google/wuffs-mirror-release-c.git' + '@' + '600cd96cf47788ee3a74b40a6028b035c9fd6a61',
650649

651-
'src/third_party/libxml':
652-
Var('flutter_git') + '/third_party/libxml' + '@' + 'a143e452b5fc7d872813eeadc8db421694058098',
653-
654650
'src/third_party/zlib':
655651
Var('chromium_git') + '/chromium/src/third_party/zlib.git' + '@' + Var('dart_zlib_rev'),
656652

ci/licenses_golden/excluded_files

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2874,7 +2874,6 @@
28742874
../../../third_party/libpng/projects
28752875
../../../third_party/libpng/scripts
28762876
../../../third_party/libpng/tests
2877-
../../../third_party/libxml
28782877
../../../third_party/perfetto/.clang-format
28792878
../../../third_party/perfetto/.clang-tidy
28802879
../../../third_party/perfetto/.git

0 commit comments

Comments
 (0)