forked from firka/flutter
Exclude Skia's Vello directory from the license crawl (flutter/engine#41617)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Signature: aabe540615f08ecf9c89970cdec802bc
|
||||
Signature: f7b260cd821ec8f8838b3b739d9a4970
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user