diff --git a/tools/licenses/lib/main.dart b/tools/licenses/lib/main.dart index 0e68e1f517a..83d2b3d64da 100644 --- a/tools/licenses/lib/main.dart +++ b/tools/licenses/lib/main.dart @@ -2103,6 +2103,7 @@ class RepositoryRoot extends RepositoryDirectory { return entry.name != 'testing' // only used by tests && entry.name != 'build' // only used by build && entry.name != 'buildtools' // only used by build + && entry.name != 'ios_tools' // only used by build && entry.name != 'tools' // not distributed in binary && entry.name != 'out' // output of build && super.shouldRecurse(entry);