mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Exclude Skia's Vello directory from the license crawl (flutter/engine#41617)
This commit is contained in:
parent
4e818387cc
commit
60f214c194
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user