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>
This commit is contained in:
parent
900762cd4b
commit
813af36087
11
third_party/icu/BUILD.system
vendored
11
third_party/icu/BUILD.system
vendored
@ -1,13 +1,19 @@
|
|||||||
|
package(
|
||||||
|
default_visibility = ["//visibility:public"],
|
||||||
|
)
|
||||||
|
|
||||||
licenses(["notice"]) # Apache 2.0
|
licenses(["notice"]) # Apache 2.0
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "icu4c/LICENSE",
|
name = "icu4c/LICENSE",
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "icu4j/main/shared/licenses/LICENSE",
|
name = "icu4j/main/shared/licenses/LICENSE",
|
||||||
visibility = ["//visibility:public"],
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "headers",
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
@ -15,7 +21,6 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
":icuuc",
|
":icuuc",
|
||||||
],
|
],
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
|
Loading…
Reference in New Issue
Block a user