Skip to content

Commit

Permalink
Remove "base:types" to fix the build error.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 556214194
  • Loading branch information
hiroyuki-komatsu committed Aug 12, 2023
1 parent 878e307 commit e91d813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ mozc_cc_library(
"//base:port",
],
oss = ["@com_google_absl//absl/base:core_headers"],
) + ["//base:types"],
),
)

mozc_cc_test(
Expand Down

0 comments on commit e91d813

Please sign in to comment.