mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[fuchsia] Update Fuchsia Linux SDK (flutter/engine#34074)
This commit is contained in:
parent
ef9fb575ad
commit
897649bb6f
2
DEPS
2
DEPS
@ -679,7 +679,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'fuchsia/sdk/core/linux-amd64',
|
||||
'version': 'u8Tk-PE38BAM8t0t8H_k5qGf9Gq64gkptq_Cx-9lECcC'
|
||||
'version': 'n1m4LCszZYselTVPAZ2rm9qW8rajZaZFco1rB5J_0G8C'
|
||||
}
|
||||
],
|
||||
'condition': 'host_os == "linux" and not download_fuchsia_sdk',
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 25f3aae76e783057a363d68a61c1e5a3
|
||||
Signature: d3bf0590201dd1b9a2330d097e98c2a7
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -3605,6 +3605,7 @@ FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/lo
|
||||
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/internal/local_component_runner.dart
|
||||
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/local_component_handles.dart
|
||||
FILE: ../../../fuchsia/sdk/linux/dart/fuchsia_component_test/lib/src/realm_builder.dart
|
||||
FILE: ../../../fuchsia/sdk/linux/dart/sl4f/lib/src/trace_processing/metrics/power_metrics.dart
|
||||
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.accessibility.semantics/overview.fidl
|
||||
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.audio.effects/overview.fidl
|
||||
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.auth/overview.fidl
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
Signature: 808fd97f7e34a2388888f371bb74e2fb
|
||||
Signature: 62f85bbfe0c4ce501a865747f7bb099e
|
||||
|
||||
|
||||
@ -2370,10 +2370,6 @@ class _RepositoryFuchsiaDirectory extends _RepositoryDirectory {
|
||||
@override
|
||||
bool shouldRecurse(fs.IoNode entry) {
|
||||
return entry.name != 'toolchain'
|
||||
// Applies to NOTICE.fuchsia file.
|
||||
// This is a file that covers things that contribute to the Fuchsia SDK.
|
||||
// See: fxb/94240
|
||||
&& !(entry.name == 'NOTICE.fuchsia')
|
||||
&& super.shouldRecurse(entry);
|
||||
}
|
||||
|
||||
@ -2405,7 +2401,11 @@ class _RepositoryFuchsiaSdkLinuxDirectory extends _RepositoryDirectory {
|
||||
&& entry.name != 'docs'
|
||||
&& entry.name != 'images'
|
||||
&& entry.name != 'meta'
|
||||
&& entry.name != 'tools';
|
||||
&& entry.name != 'tools'
|
||||
// Applies to NOTICE.fuchsia file.
|
||||
// This is a file that covers things that contribute to the Fuchsia SDK.
|
||||
// See: fxb/94240
|
||||
&& !(entry.name == 'NOTICE.fuchsia');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user