Skip to content

Commit

Permalink
Fix the OSS build error.
Browse files Browse the repository at this point in the history
#codehealth

PiperOrigin-RevId: 593924500
  • Loading branch information
hiroyuki-komatsu committed Dec 27, 2023
1 parent df89809 commit 16174aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/android/jni/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
# Usage:
# % blaze --blazerc android/blazerc build --config=android_arm android/jni:libmozc.so

load("//:build_defs.bzl", "MOZC_TAGS", "mozc_cc_library", "mozc_py_binary", "mozc_select")

mozc_cc_library(
name = "mozcjni",
srcs = ["mozcjni.cc"],
Expand Down

0 comments on commit 16174aa

Please sign in to comment.