Exclude Skia's Vello directory from the license crawl (flutter/engine#41617)

This commit is contained in:
Jason Simmons 2023-04-29 10:33:06 -07:00 committed by GitHub
parent 4e818387cc
commit 60f214c194
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
Signature: aabe540615f08ecf9c89970cdec802bc
Signature: f7b260cd821ec8f8838b3b739d9a4970

View File

@ -178,6 +178,7 @@ final Set<String> skippedPaths = <String>{
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',