aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/native/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/main/native/BUILD.bazel')
-rw-r--r--examples/src/main/native/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/main/native/BUILD.bazel b/examples/src/main/native/BUILD.bazel
index 11a6a740..16b48419 100644
--- a/examples/src/main/native/BUILD.bazel
+++ b/examples/src/main/native/BUILD.bazel
@@ -15,6 +15,6 @@ cc_binary(
linkshared = True,
visibility = ["//examples:__pkg__"],
deps = [
- "//third_party/jni:jni_headers_only",
+ "@bazel_tools//tools/jdk:jni",
],
)