diff --git a/engine/src/flutter/ci/licenses_golden/tool_signature b/engine/src/flutter/ci/licenses_golden/tool_signature index 0e38359cbf4..7cae4ec2de9 100644 --- a/engine/src/flutter/ci/licenses_golden/tool_signature +++ b/engine/src/flutter/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: aabe540615f08ecf9c89970cdec802bc +Signature: f7b260cd821ec8f8838b3b739d9a4970 diff --git a/engine/src/flutter/tools/licenses/lib/paths.dart b/engine/src/flutter/tools/licenses/lib/paths.dart index fe9bd5154d7..7a85b5163d6 100644 --- a/engine/src/flutter/tools/licenses/lib/paths.dart +++ b/engine/src/flutter/tools/licenses/lib/paths.dart @@ -178,6 +178,7 @@ final Set skippedPaths = { r'third_party/skia/third_party/libjpeg-turbo', // we use our own version r'third_party/skia/third_party/libpng', // we use our own version r'third_party/skia/third_party/lua', // not linked in + r'third_party/skia/third_party/vello', // not linked in r'third_party/skia/tools', // contains nothing that ends up in the binary executable r'third_party/swiftshader', // only used on hosts for tests r'third_party/tinygltf',