From 813af36087a44f2a5670625408b076f531ea805b Mon Sep 17 00:00:00 2001 From: Jason Zaman <jason@perfinion.com> Date: Wed, 28 Nov 2018 15:35:50 +0800 Subject: [PATCH] systemlibs: icu: update unbundle //third_party/icu/data was added which depends on a new icu target that was missing in the unbundled BUILD file. Signed-off-by: Jason Zaman <jason@perfinion.com> --- third_party/icu/BUILD.system | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/third_party/icu/BUILD.system b/third_party/icu/BUILD.system index 328e412a8c2..8a88a6ef7e0 100644 --- a/third_party/icu/BUILD.system +++ b/third_party/icu/BUILD.system @@ -1,13 +1,19 @@ +package( + default_visibility = ["//visibility:public"], +) + licenses(["notice"]) # Apache 2.0 filegroup( name = "icu4c/LICENSE", - visibility = ["//visibility:public"], ) filegroup( name = "icu4j/main/shared/licenses/LICENSE", - visibility = ["//visibility:public"], +) + +cc_library( + name = "headers", ) cc_library( @@ -15,7 +21,6 @@ cc_library( deps = [ ":icuuc", ], - visibility = ["//visibility:public"], ) cc_library(