Skip to content

Commit 119ea35

Browse files
authored
[fuchsia] Update Fuchsia Linux SDK (flutter#34074)
1 parent 922d3e0 commit 119ea35

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

ci/licenses_golden/licenses_fuchsia

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 25f3aae76e783057a363d68a61c1e5a3
1+
Signature: d3bf0590201dd1b9a2330d097e98c2a7
22

33
UNUSED LICENSES:
44

@@ -3605,6 +3605,7 @@ FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/lo
36053605
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/local_component_runner.dart
36063606
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/local_component_handles.dart
36073607
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
36083609
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.accessibility.semantics/overview.fidl
36093610
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.audio.effects/overview.fidl
36103611
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.auth/overview.fidl

ci/licenses_golden/tool_signature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Signature: 808fd97f7e34a2388888f371bb74e2fb
1+
Signature: 62f85bbfe0c4ce501a865747f7bb099e
22

tools/licenses/lib/main.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)