aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/allocation_instrumenter/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/allocation_instrumenter/BUILD')
-rw-r--r--third_party/allocation_instrumenter/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/allocation_instrumenter/BUILD b/third_party/allocation_instrumenter/BUILD
new file mode 100644
index 0000000000..78f6b44ebc
--- /dev/null
+++ b/third_party/allocation_instrumenter/BUILD
@@ -0,0 +1,13 @@
+package(default_visibility = ["//visibility:public"])
+
+licenses(["notice"]) # Apache 2.0
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+)
+
+java_import(
+ name = "allocation_instrumenter",
+ jars = ["java-allocation-instrumenter-3.0.1.jar"],
+)