From 067f78282541cd68230b868bfcb945d78a268cc3 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 26 Jul 2023 21:37:19 -0700 Subject: [PATCH] Ignore the NOTICE.fuchsia file in the new license script (flutter/engine#44021) See https://github.com/flutter/engine/pull/34038 --- engine/src/flutter/ci/licenses_golden/tool_signature | 2 +- engine/src/flutter/tools/licenses/lib/paths.dart | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/ci/licenses_golden/tool_signature b/engine/src/flutter/ci/licenses_golden/tool_signature index 6aeb9a1edaf..47f89d33c60 100644 --- a/engine/src/flutter/ci/licenses_golden/tool_signature +++ b/engine/src/flutter/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 146d867e969af92134525e494a501d48 +Signature: 1e4a09fc0f2117b53a35ad1bb8b9a08d diff --git a/engine/src/flutter/tools/licenses/lib/paths.dart b/engine/src/flutter/tools/licenses/lib/paths.dart index c3109e06b06..6ffe3a4fe7e 100644 --- a/engine/src/flutter/tools/licenses/lib/paths.dart +++ b/engine/src/flutter/tools/licenses/lib/paths.dart @@ -37,9 +37,11 @@ final Set skippedPaths = { 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