blob: 96f3345ba0e9b8fe4128237f38aea05da3cdfba8 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
filegroup(
name = "srcs",
srcs = glob(["**"]),
)
java_library(
name = "allocation_instrumenter",
exports = ["@maven//:com_google_code_java_allocation_instrumenter_java_allocation_instrumenter"],
)