Skip to content

Commit

Permalink
Exclude Skia's copy of libjpeg-turbo from the license crawl (flutter#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Dec 8, 2017
1 parent c3f18b9 commit 2cf9ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/licenses/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2cf9ed0

Please sign in to comment.