diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 16527fe6563b4..e8cee7ed4c9b7 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: cb8556d451f3040815fe5ee661d5dbad +Signature: 70f28de8b1b5d020e6870e2da16913ee diff --git a/tools/licenses/lib/paths.dart b/tools/licenses/lib/paths.dart index 936b1db5064ff..c3109e06b06df 100644 --- a/tools/licenses/lib/paths.dart +++ b/tools/licenses/lib/paths.dart @@ -58,6 +58,7 @@ final Set skippedPaths = { r'third_party/benchmark', // only used by tests r'third_party/boringssl/src/crypto/err/err_data_generate.go', r'third_party/boringssl/src/fuzz', // testing tools, not shipped + r'third_party/boringssl/src/rust', // rust-related code is not shipped r'third_party/boringssl/src/util', // code generators, not shipped r'third_party/colorama/src/demos', r'third_party/colorama/src/screenshots',