Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 368eaa9

Browse files
committed
Remove swiftshader from the license script excludes list
1 parent 9932f34 commit 368eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/licenses/lib/paths.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ final Set<String> skippedPaths = <String>{
173173
r'flutter/third_party/skia/third_party/vello', // not linked in
174174
r'flutter/third_party/skia/tools', // contains nothing that ends up in the binary executable
175175
r'flutter/third_party/stb',
176-
r'flutter/third_party/swiftshader', // only used on hosts for tests
176+
r'flutter/third_party/swiftshader/third_party', // See: https://github.com/flutter/flutter/issues/145726
177177
r'flutter/third_party/test_shaders', // for tests only
178178
r'flutter/third_party/tinygltf',
179179
r'flutter/third_party/txt/third_party/fonts',

0 commit comments

Comments
 (0)