Adding trailing comma
This commit is contained in:
parent
32acfd810f
commit
bbb437b258
@ -89,7 +89,7 @@ objc_library(
|
|||||||
cc_binary(
|
cc_binary(
|
||||||
name = "libtensorflowlite_gpu_gl.so",
|
name = "libtensorflowlite_gpu_gl.so",
|
||||||
linkopts = [
|
linkopts = [
|
||||||
"-Wl,-soname=libtensorflowlite_gpu_gl.so"
|
"-Wl,-soname=libtensorflowlite_gpu_gl.so",
|
||||||
] + select({
|
] + select({
|
||||||
"//tensorflow:android": [
|
"//tensorflow:android": [
|
||||||
"-lEGL",
|
"-lEGL",
|
||||||
|
Loading…
Reference in New Issue
Block a user