diff --git a/WORKSPACE b/WORKSPACE index 983420a59..60e97282f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,6 +15,8 @@ custom_http_archive( exclude = [ # Build file does not contain all required targets. "icu4c/source/common/BUILD.bazel", + "icu4c/source/stubdata/BUILD.bazel", + "icu4c/source/i18n/BUILD.bazel", ], files = { "BUILD.bazel": "//third_party/icu:BUILD.bzl", diff --git a/third_party/icu/BUILD.bzl b/third_party/icu/BUILD.bzl index c36a80082..dc7ff769f 100644 --- a/third_party/icu/BUILD.bzl +++ b/third_party/icu/BUILD.bzl @@ -55,6 +55,7 @@ cc_library( ), hdrs = glob([ "icu4c/source/common/*.h", + "icu4c/source/stubdata/*.h", ]), copts = [ "-DU_COMMON_IMPLEMENTATION",