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

Commit 5df7af3

Browse files
authored
Roll buildroot to pull in //gpu removal. (#47014)
Needs flutter/buildroot#782
1 parent 6c04cc6 commit 5df7af3

File tree

4 files changed

+2
-41
lines changed

4 files changed

+2
-41
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ allowed_hosts = [
262262
]
263263

264264
deps = {
265-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '6f31be56e1058997feac2e93ff67fef21ae25eaf',
265+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ab1d95b34a806908a4a4b4cd9a6246e564e59566',
266266

267267
'src/third_party/rapidjson':
268268
Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',

ci/licenses_golden/excluded_files

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@
741741
../../../fuchsia/sdk/linux/pkg/zx/meta.json
742742
../../../fuchsia/sdk/linux/tools
743743
../../../fuchsia/sdk/linux/version_history.json
744-
../../../gpu/README.md
745744
../../../out
746745
../../../third_party/abseil-cpp/.git
747746
../../../third_party/abseil-cpp/.github

ci/licenses_golden/licenses_gpu

Lines changed: 0 additions & 38 deletions
This file was deleted.

tools/fuchsia/build_fuchsia_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def CopyBuildToBucket(runtime_mode, arch, optimized, product):
235235
bucket_root = os.path.join(_bucket_directory, 'flutter')
236236
licenses_root = os.path.join(_src_root_dir, 'flutter/ci/licenses_golden')
237237
license_files = [
238-
'licenses_flutter', 'licenses_fuchsia', 'licenses_gpu', 'licenses_skia',
238+
'licenses_flutter', 'licenses_fuchsia', 'licenses_skia',
239239
'licenses_third_party'
240240
]
241241
for license in license_files:

0 commit comments

Comments
 (0)