mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Skip and ignore boringssl/src/rust when looking for the licenses. (flutter/engine#42210)
third_party/boringssl/src/rust/bssl-crypto/deny.toml coming in as part of https://dart-review.googlesource.com/c/sdk/+/304210 triggers 'potential license' license script error. Rust sources of boringssl are not included into flutter, don't need to be scanned for licenses.
This commit is contained in:
parent
6ee594c86f
commit
88faba02e2
@ -1,2 +1,2 @@
|
||||
Signature: cb8556d451f3040815fe5ee661d5dbad
|
||||
Signature: 70f28de8b1b5d020e6870e2da16913ee
|
||||
|
||||
|
||||
@ -58,6 +58,7 @@ final Set<String> skippedPaths = <String>{
|
||||
r'third_party/benchmark', // only used by tests
|
||||
r'third_party/boringssl/src/crypto/err/err_data_generate.go',
|
||||
r'third_party/boringssl/src/fuzz', // testing tools, not shipped
|
||||
r'third_party/boringssl/src/rust', // rust-related code is not shipped
|
||||
r'third_party/boringssl/src/util', // code generators, not shipped
|
||||
r'third_party/colorama/src/demos',
|
||||
r'third_party/colorama/src/screenshots',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user