mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Exclude third_party/dart/third_party/devtools from the license script (flutter/engine#25918)
This commit is contained in:
parent
6318453c9b
commit
82c4619f35
@ -1,2 +1,2 @@
|
||||
Signature: d63f7a9bbfe816cff5a335245a3bac58
|
||||
Signature: d165688a88dd53153d8e32bd26d3fa6d
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user