aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-02-26 14:35:22 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-03-22 15:05:37 +0100
commit6e3d256bb8c9c72e420cf10b99c1689f86031cc3 (patch)
treed1bee018e8e661d70bda1fbd9f64dcb648520e49 /third_party
parent0d93c0751adcd8e76ac623e09bbd774ee0f0e755 (diff)
downloadjazzer-api-6e3d256bb8c9c72e420cf10b99c1689f86031cc3.tar.gz
Run buildifier --lint=fix -r .
Diffstat (limited to 'third_party')
-rw-r--r--third_party/jni/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/jni/BUILD.bazel b/third_party/jni/BUILD.bazel
index 4d5fdd00..cda76ef0 100644
--- a/third_party/jni/BUILD.bazel
+++ b/third_party/jni/BUILD.bazel
@@ -1,3 +1,5 @@
+load("@rules_cc//cc:defs.bzl", "cc_import", "cc_library")
+
cc_library(
name = "jni",
visibility = ["//visibility:public"],