Skip to content

Commit

Permalink
Ignore the NOTICE.fuchsia file in the new license script (flutter#44021)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Jul 27, 2023
1 parent e83ec54 commit 7b83dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/licenses_golden/tool_signature
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Signature: 146d867e969af92134525e494a501d48
Signature: 1e4a09fc0f2117b53a35ad1bb8b9a08d

2 changes: 2 additions & 0 deletions tools/licenses/lib/paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b83dbe

Please sign in to comment.