Files
rk35xx-android14/external/tflite-support/third_party/utf.BUILD
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

39 lines
893 B
INI

cc_library(
name = "utf",
srcs = [
"libutf/rune.c",
"libutf/runestrcat.c",
"libutf/runestrchr.c",
"libutf/runestrcmp.c",
"libutf/runestrcpy.c",
"libutf/runestrdup.c",
"libutf/runestrecpy.c",
"libutf/runestrlen.c",
"libutf/runestrncat.c",
"libutf/runestrncmp.c",
"libutf/runestrncpy.c",
"libutf/runestrrchr.c",
"libutf/runestrstr.c",
"libutf/runetype.c",
"libutf/utfecpy.c",
"libutf/utflen.c",
"libutf/utfnlen.c",
"libutf/utfrrune.c",
"libutf/utfrune.c",
"libutf/utfutf.c",
],
hdrs = [
"libutf/plan9.h",
"libutf/utf.h",
"libutf/utfdef.h",
],
copts = [
"-Wno-parentheses",
],
includes = [
".",
"libutf",
],
visibility = ["//visibility:public"],
)