This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ deps = {
679679 'packages' : [
680680 {
681681 'package' : 'fuchsia/sdk/core/linux-amd64' ,
682- 'version' : 'u8Tk-PE38BAM8t0t8H_k5qGf9Gq64gkptq_Cx-9lECcC '
682+ 'version' : 'n1m4LCszZYselTVPAZ2rm9qW8rajZaZFco1rB5J_0G8C '
683683 }
684684 ],
685685 'condition' : 'host_os == "linux" and not download_fuchsia_sdk' ,
Original file line number Diff line number Diff line change 1- Signature: 25f3aae76e783057a363d68a61c1e5a3
1+ Signature: d3bf0590201dd1b9a2330d097e98c2a7
22
33UNUSED LICENSES:
44
@@ -3605,6 +3605,7 @@ FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/lo
36053605FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/local_component_runner.dart
36063606FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/local_component_handles.dart
36073607FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/realm_builder.dart
3608+ FILE: ../../../fuchsia/sdk/linux/dart/sl4f/lib/src/trace_processing/metrics/power_metrics.dart
36083609FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.accessibility.semantics/overview.fidl
36093610FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.audio.effects/overview.fidl
36103611FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.auth/overview.fidl
Original file line number Diff line number Diff line change 1- Signature: 808fd97f7e34a2388888f371bb74e2fb
1+ Signature: 62f85bbfe0c4ce501a865747f7bb099e
22
Original file line number Diff line number Diff line change @@ -2370,10 +2370,6 @@ class _RepositoryFuchsiaDirectory extends _RepositoryDirectory {
23702370 @override
23712371 bool shouldRecurse (fs.IoNode entry) {
23722372 return entry.name != 'toolchain'
2373- // Applies to NOTICE.fuchsia file.
2374- // This is a file that covers things that contribute to the Fuchsia SDK.
2375- // See: fxb/94240
2376- && ! (entry.name == 'NOTICE.fuchsia' )
23772373 && super .shouldRecurse (entry);
23782374 }
23792375
@@ -2405,7 +2401,11 @@ class _RepositoryFuchsiaSdkLinuxDirectory extends _RepositoryDirectory {
24052401 && entry.name != 'docs'
24062402 && entry.name != 'images'
24072403 && entry.name != 'meta'
2408- && entry.name != 'tools' ;
2404+ && entry.name != 'tools'
2405+ // Applies to NOTICE.fuchsia file.
2406+ // This is a file that covers things that contribute to the Fuchsia SDK.
2407+ // See: fxb/94240
2408+ && ! (entry.name == 'NOTICE.fuchsia' );
24092409 }
24102410}
24112411
You can’t perform that action at this time.
0 commit comments