mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Exclude Skia's copy of libjpeg-turbo from the license crawl (#4432)
This commit is contained in:
parent
c3f18b90e0
commit
2cf9ed094e
@ -1809,6 +1809,7 @@ class RepositorySkiaThirdPartyDirectory extends RepositoryGenericThirdPartyDirec
|
||||
bool shouldRecurse(fs.IoNode entry) {
|
||||
return entry.name != 'giflib' // contains nothing that ends up in the binary executable
|
||||
&& entry.name != 'freetype' // we use our own version
|
||||
&& entry.name != 'libjpeg-turbo' // we use our own version
|
||||
&& entry.name != 'libpng' // we use our own version
|
||||
&& entry.name != 'lua' // not linked in
|
||||
&& entry.name != 'yasm' // build tool (assembler)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user