From b4a2034b77703b764304acb352325b06912ec279 Mon Sep 17 00:00:00 2001 From: Tomas Lundell Date: Wed, 11 Oct 2017 10:34:33 -0400 Subject: Add allocation-instrumenter to third_party. This will be used for memory profiling. The jar is necessary both to compile against and for users to run with as a java agent. Obtained from https://github.com/google/allocation-instrumenter. Change-Id: If819d780abb42470b982b4aafc530c6078e76718 --- third_party/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/BUILD') diff --git a/third_party/BUILD b/third_party/BUILD index 88766d63c6..99adc3dd17 100644 --- a/third_party/BUILD +++ b/third_party/BUILD @@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"]) filegroup( name = "srcs", srcs = glob(["**"]) + [ + "//third_party/allocation_instrumenter:srcs", "//third_party/css/bootstrap:srcs", "//third_party/css/font_awesome:srcs", "//third_party/ijar:srcs", -- cgit v1.2.3