blob: 63f10915400cdae3cc5f36d8a6d4970edc424a83 [file] [log] [blame]
package(
default_visibility = ["//tensorflow_lite_support:users"],
licenses = ["notice"], # Apache 2.0
)
objc_library(
name = "TFLStringUtil",
srcs = [
"Sources/TFLStringUtil.mm",
],
hdrs = [
"Sources/TFLStringUtil.h",
],
module_name = "TFLStringUtil",
)