Internal change
PiperOrigin-RevId: 259840566
This commit is contained in:
parent
b8111870ca
commit
10d28e7c42
@ -110,6 +110,7 @@ def tflite_jni_binary(
|
|||||||
linkstatic = 1,
|
linkstatic = 1,
|
||||||
testonly = 0,
|
testonly = 0,
|
||||||
deps = [],
|
deps = [],
|
||||||
|
tags = [],
|
||||||
srcs = []):
|
srcs = []):
|
||||||
"""Builds a jni binary for TFLite."""
|
"""Builds a jni binary for TFLite."""
|
||||||
linkopts = linkopts + select({
|
linkopts = linkopts + select({
|
||||||
@ -130,6 +131,7 @@ def tflite_jni_binary(
|
|||||||
linkstatic = linkstatic,
|
linkstatic = linkstatic,
|
||||||
deps = deps + [linkscript, exported_symbols],
|
deps = deps + [linkscript, exported_symbols],
|
||||||
srcs = srcs,
|
srcs = srcs,
|
||||||
|
tags = tags,
|
||||||
linkopts = linkopts,
|
linkopts = linkopts,
|
||||||
testonly = testonly,
|
testonly = testonly,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user