Internal change
PiperOrigin-RevId: 356229577 Change-Id: I821dc6469d3b0d183809b71174ec5fb107fbcea5
This commit is contained in:
parent
bbeb726402
commit
e50edb9701
@ -439,10 +439,10 @@ filegroup(
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
alias(
|
||||
name = "libtensorflowlite_jni",
|
||||
srcs = select({
|
||||
"//conditions:default": [":libtensorflowlite_jni.so"],
|
||||
actual = select({
|
||||
"//conditions:default": ":libtensorflowlite_jni.so",
|
||||
}),
|
||||
tags = [
|
||||
"no_mac", # TODO(b/122888913): libtensorflowlite_test_jni broke on mac.
|
||||
|
Loading…
Reference in New Issue
Block a user