aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/BUILD')
-rw-r--r--tensorflow/examples/android/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/examples/android/BUILD b/tensorflow/examples/android/BUILD
index 2347e6b023..46df5973e8 100644
--- a/tensorflow/examples/android/BUILD
+++ b/tensorflow/examples/android/BUILD
@@ -29,6 +29,7 @@ cc_binary(
defines = ["STANDALONE_DEMO_LIB"],
linkopts = [
"-landroid",
+ "-ldl",
"-ljnigraphics",
"-llog",
"-lm",