From 972c357ff49cba3608b01ccd6c9ee438f4ca6546 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 8 Dec 2017 11:16:14 -0800 Subject: [PATCH] Exclude Skia's copy of libjpeg-turbo from the license crawl --- tools/licenses/lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/licenses/lib/main.dart b/tools/licenses/lib/main.dart index 7f4566a87facd..287aa6551e80e 100644 --- a/tools/licenses/lib/main.dart +++ b/tools/licenses/lib/main.dart @@ -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)