Ignore the NOTICE.fuchsia file in the new license script (flutter/engine#44021)

See https://github.com/flutter/engine/pull/34038
This commit is contained in:
Jason Simmons 2023-07-26 21:37:19 -07:00 committed by GitHub
parent c1314cc717
commit 067f782825
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
Signature: 146d867e969af92134525e494a501d48
Signature: 1e4a09fc0f2117b53a35ad1bb8b9a08d

View File

@ -37,9 +37,11 @@ final Set<String> skippedPaths = <String>{
r'flutter/web_sdk', // this code is not linked into Flutter apps; it's only used by engine tests and tools
r'fuchsia/sdk/linux/docs',
r'fuchsia/sdk/linux/meta',
r'fuchsia/sdk/linux/NOTICE.fuchsia', // covers things that contribute to the Fuchsia SDK; see fxb/94240
r'fuchsia/sdk/linux/tools',
r'fuchsia/sdk/mac/docs',
r'fuchsia/sdk/mac/meta',
r'fuchsia/sdk/mac/NOTICE.fuchsia',
r'fuchsia/sdk/mac/tools',
r'out', // output of build
r'third_party/android_embedding_dependencies', // testing framework for android