You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: tools/licenses/lib/paths.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ final Set<String> skippedPaths = <String>{
31
31
r'flutter/lib/web_ui/dev', // these are build tools; they do not end up in Engine artifacts
32
32
r'flutter/prebuilts',
33
33
r'flutter/sky/packages/sky_engine/LICENSE',
34
+
r'flutter/third_party/android_embedding_dependencies', // Not shipped. Used only for the build-time classpath, and for the in-tree testing framework for Android
34
35
r'flutter/third_party/android_tools', // excluded on advice
35
36
r'flutter/third_party/angle/android',
36
37
r'flutter/third_party/angle/doc',
@@ -220,7 +221,6 @@ final Set<String> skippedPaths = <String>{
220
221
r'fuchsia/sdk/mac/NOTICE.fuchsia',
221
222
r'fuchsia/sdk/mac/tools',
222
223
r'out', // output of build
223
-
r'third_party/android_embedding_dependencies', // Not shipped. Used only for the build-time classpath, and for the in-tree testing framework for Android
224
224
r'third_party/android_tools', // excluded on advice
225
225
r'third_party/java', // only used for Android builds
226
226
r'third_party/libxml', // dependency of the testing system that we don't actually use
0 commit comments