diff --git a/engine/src/flutter/ci/licenses_golden/tool_signature b/engine/src/flutter/ci/licenses_golden/tool_signature index 16527fe6563..e8cee7ed4c9 100644 --- a/engine/src/flutter/ci/licenses_golden/tool_signature +++ b/engine/src/flutter/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: cb8556d451f3040815fe5ee661d5dbad +Signature: 70f28de8b1b5d020e6870e2da16913ee diff --git a/engine/src/flutter/tools/licenses/lib/paths.dart b/engine/src/flutter/tools/licenses/lib/paths.dart index 936b1db5064..c3109e06b06 100644 --- a/engine/src/flutter/tools/licenses/lib/paths.dart +++ b/engine/src/flutter/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',