Sign in
bazel
/
bazel
/
ad503849e78b98d762f03168de5a336904280150
/
.
/
third_party
/
allocation_instrumenter
/
BUILD
blob: 78f6b44ebc5c74cf15a8d19ff8be90179e30fb30 [
file
] [
log
] [
blame
]
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"
],
)