Skip to content

Commit

Permalink
Exclude third_party/dart/third_party/devtools from the license script (
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons committed May 7, 2021
1 parent d1a1182 commit f631f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/licenses_golden/tool_signature
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Signature: d63f7a9bbfe816cff5a335245a3bac58
Signature: d165688a88dd53153d8e32bd26d3fa6d

3 changes: 2 additions & 1 deletion tools/licenses/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,8 @@ class _RepositoryDartThirdPartyDirectory extends _RepositoryGenericThirdPartyDir

@override
bool shouldRecurse(fs.IoNode entry) {
return entry.name != 'drt_resources' // test materials
return entry.name != 'devtools' // not linked in
&& entry.name != 'drt_resources' // test materials
&& entry.name != 'firefox_jsshell' // testing tool for dart2js
&& entry.name != 'd8' // testing tool for dart2js
&& entry.name != 'pkg'
Expand Down

0 comments on commit f631f5b

Please sign in to comment.