Skip to content

Commit 2b2c6e3

Browse files
Add a missing visibility for the Windows build.
* Fix the build error for Windows. #codehealth PiperOrigin-RevId: 734781686
1 parent 9f48abd commit 2b2c6e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/win32/cache_service/BUILD.bazel

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ mozc_win32_cc_prod_binary(
5353
static_crt = False,
5454
tags = MOZC_TAGS.WIN_ONLY,
5555
target_compatible_with = ["@platforms//os:windows"],
56+
visibility = [
57+
"//win32/installer:__pkg__",
58+
],
5659
deps = [
5760
":cache_service_manager",
5861
":mozc_cache_service_resources",

0 commit comments

Comments
 (0)