diff --git a/ci/licenses_golden/excluded_files b/ci/licenses_golden/excluded_files index bec99eef744ad..722987c5294bd 100644 --- a/ci/licenses_golden/excluded_files +++ b/ci/licenses_golden/excluded_files @@ -1933,6 +1933,7 @@ ../../../flutter/third_party/icu/fuzzers ../../../flutter/third_party/icu/icu4c.css ../../../flutter/third_party/icu/license.html +../../../flutter/third_party/icu/patches ../../../flutter/third_party/icu/readme.html ../../../flutter/third_party/icu/scripts ../../../flutter/third_party/icu/source/.clang-format diff --git a/ci/licenses_golden/licenses_flutter b/ci/licenses_golden/licenses_flutter index 70cbd7942ea7f..aa5e92a36b8b4 100644 --- a/ci/licenses_golden/licenses_flutter +++ b/ci/licenses_golden/licenses_flutter @@ -57865,21 +57865,6 @@ FILE: ../../../flutter/third_party/icu/flutter/brkitr.patch FILE: ../../../flutter/third_party/icu/flutter/icudtl.dat FILE: ../../../flutter/third_party/icu/flutter_desktop/icudtl.dat FILE: ../../../flutter/third_party/icu/ios/icudtl.dat -FILE: ../../../flutter/third_party/icu/patches/ardatepattern.patch -FILE: ../../../flutter/third_party/icu/patches/atomic_template_instantiation.patch -FILE: ../../../flutter/third_party/icu/patches/cjdict.patch -FILE: ../../../flutter/third_party/icu/patches/configure.patch -FILE: ../../../flutter/third_party/icu/patches/data_symb.patch -FILE: ../../../flutter/third_party/icu/patches/fuchsia.patch -FILE: ../../../flutter/third_party/icu/patches/gb_table.patch -FILE: ../../../flutter/third_party/icu/patches/iso2022jp.patch -FILE: ../../../flutter/third_party/icu/patches/khmer-dictbe.patch -FILE: ../../../flutter/third_party/icu/patches/locale1.patch -FILE: ../../../flutter/third_party/icu/patches/locale_google.patch -FILE: ../../../flutter/third_party/icu/patches/name_5_langs.patch -FILE: ../../../flutter/third_party/icu/patches/restrace.patch -FILE: ../../../flutter/third_party/icu/patches/revert_realpath.patch -FILE: ../../../flutter/third_party/icu/patches/wordbrk.patch FILE: ../../../flutter/third_party/icu/source/data/in/coll/ucadata-implicithan-icu4x.icu FILE: ../../../flutter/third_party/icu/source/data/in/coll/ucadata-implicithan.icu FILE: ../../../flutter/third_party/icu/source/data/in/coll/ucadata-unihan-icu4x.icu diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 718ca28d0b2a4..e7af91126d4aa 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 8fcfb02b766e80ce50611b894f3fe047 +Signature: 2670e7ab781a8bc009ac069d3b7d9cb5 diff --git a/tools/licenses/lib/paths.dart b/tools/licenses/lib/paths.dart index c13b87ba00238..a1ec54dcc026c 100644 --- a/tools/licenses/lib/paths.dart +++ b/tools/licenses/lib/paths.dart @@ -92,6 +92,7 @@ final Set skippedPaths = { r'flutter/third_party/harfbuzz/util', // utils are command line tools that do not end up in the binary r'flutter/third_party/icu/filters', r'flutter/third_party/icu/fuzzers', + r'flutter/third_party/icu/patches', // patches added by Chromium that are already applied to the code base r'flutter/third_party/icu/scripts', r'flutter/third_party/icu/source/common/unicode/uvernum.h', // this file contains strings that confuse the analysis r'flutter/third_party/icu/source/config',