diff --git a/tensorflow/lite/delegates/gpu/BUILD b/tensorflow/lite/delegates/gpu/BUILD index 2872527e644..c65b0e5c454 100644 --- a/tensorflow/lite/delegates/gpu/BUILD +++ b/tensorflow/lite/delegates/gpu/BUILD @@ -89,7 +89,7 @@ objc_library( cc_binary( name = "libtensorflowlite_gpu_gl.so", linkopts = [ - "-Wl,-soname=libtensorflowlite_gpu_gl.so" + "-Wl,-soname=libtensorflowlite_gpu_gl.so", ] + select({ "//tensorflow:android": [ "-lEGL",