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:
Alexander Aprelev 2023-05-22 12:53:54 -07:00 committed by GitHub
parent 6ee594c86f
commit 88faba02e2
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
Signature: cb8556d451f3040815fe5ee661d5dbad
Signature: 70f28de8b1b5d020e6870e2da16913ee

View File

@ -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',