aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/allocation_instrumenter/BUILD
blob: 78f6b44ebc5c74cf15a8d19ff8be90179e30fb30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"],
)