Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function verify_licenses() (

local actualLicenseCount
actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')"
local expectedLicenseCount=904 # When changing this number: Update the error message below as well describing the newly expected license types.
local expectedLicenseCount=909 # When changing this number: Update the error message below as well describing the newly expected license types.

if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
echo "=============================== ERROR ==============================="
Expand Down
24 changes: 23 additions & 1 deletion ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -2936,7 +2936,29 @@
../../../flutter/third_party/sqlite/README.md
../../../flutter/third_party/sqlite/VERSION
../../../flutter/third_party/stb
../../../flutter/third_party/swiftshader
../../../flutter/third_party/swiftshader/.clang-format
../../../flutter/third_party/swiftshader/.git
../../../flutter/third_party/swiftshader/.gitignore
../../../flutter/third_party/swiftshader/.gitmodules
../../../flutter/third_party/swiftshader/.vscode
../../../flutter/third_party/swiftshader/CMakeLists.txt
../../../flutter/third_party/swiftshader/CONTRIBUTING.txt
../../../flutter/third_party/swiftshader/DIR_METADATA
../../../flutter/third_party/swiftshader/OWNERS
../../../flutter/third_party/swiftshader/README.md
../../../flutter/third_party/swiftshader/build/android.toolchain.cmake
../../../flutter/third_party/swiftshader/codereview.settings
../../../flutter/third_party/swiftshader/src/Device/CMakeLists.txt
../../../flutter/third_party/swiftshader/src/Pipeline/CMakeLists.txt
../../../flutter/third_party/swiftshader/src/Reactor/CMakeLists.txt
../../../flutter/third_party/swiftshader/src/System/CMakeLists.txt
../../../flutter/third_party/swiftshader/src/Vulkan/CMakeLists.txt
../../../flutter/third_party/swiftshader/src/Vulkan/write_icd_json.py
../../../flutter/third_party/swiftshader/src/WSI/CMakeLists.txt
../../../flutter/third_party/swiftshader/src/commit_id.py
../../../flutter/third_party/swiftshader/tests
../../../flutter/third_party/swiftshader/third_party
../../../flutter/third_party/swiftshader/tools/cmake_generate_graphviz/CMakeGraphVizOptions.cmake
../../../flutter/third_party/test_shaders
../../../flutter/third_party/tinygltf
../../../flutter/third_party/tonic/.clang-format
Expand Down
Loading