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 = {
679
679
'packages' : [
680
680
{
681
681
'package' : 'fuchsia/sdk/core/linux-amd64' ,
682
- 'version' : 'u8Tk-PE38BAM8t0t8H_k5qGf9Gq64gkptq_Cx-9lECcC '
682
+ 'version' : 'n1m4LCszZYselTVPAZ2rm9qW8rajZaZFco1rB5J_0G8C '
683
683
}
684
684
],
685
685
'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
2
2
3
3
UNUSED LICENSES:
4
4
@@ -3605,6 +3605,7 @@ FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/lo
3605
3605
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/local_component_runner.dart
3606
3606
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/local_component_handles.dart
3607
3607
FILE: ../../../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
3608
3609
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.accessibility.semantics/overview.fidl
3609
3610
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.audio.effects/overview.fidl
3610
3611
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.auth/overview.fidl
Original file line number Diff line number Diff line change 1
- Signature: 808fd97f7e34a2388888f371bb74e2fb
1
+ Signature: 62f85bbfe0c4ce501a865747f7bb099e
2
2
Original file line number Diff line number Diff line change @@ -2370,10 +2370,6 @@ class _RepositoryFuchsiaDirectory extends _RepositoryDirectory {
2370
2370
@override
2371
2371
bool shouldRecurse (fs.IoNode entry) {
2372
2372
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' )
2377
2373
&& super .shouldRecurse (entry);
2378
2374
}
2379
2375
@@ -2405,7 +2401,11 @@ class _RepositoryFuchsiaSdkLinuxDirectory extends _RepositoryDirectory {
2405
2401
&& entry.name != 'docs'
2406
2402
&& entry.name != 'images'
2407
2403
&& 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' );
2409
2409
}
2410
2410
}
2411
2411
You can’t perform that action at this time.
0 commit comments