summaryrefslogtreecommitdiff
path: root/profilers
diff options
context:
space:
mode:
authorTom Renn <tomrenn@google.com>2022-01-21 14:56:50 -0800
committerTom Renn <tomrenn@google.com>2022-01-24 11:33:40 -0800
commitc5458b6c6b3fcc1e593c1ec70dbe9924b128e144 (patch)
treebe0457dfe5d07a82c1d6d954b3085da54cb23990 /profilers
parent1491a63f06400f04d0da46e329fddc814ef47279 (diff)
downloadidea-c5458b6c6b3fcc1e593c1ec70dbe9924b128e144.tar.gz
Use JvmImport
Bug: 200690965 Test: presubmit Change-Id: Ie361679714651a8e1f1356469d86270cdd196b4e
Diffstat (limited to 'profilers')
-rw-r--r--profilers/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/profilers/BUILD b/profilers/BUILD
index 0e0003b844c..52868a3ac28 100644
--- a/profilers/BUILD
+++ b/profilers/BUILD
@@ -74,8 +74,10 @@ kotlin_test(
],
)
+load("//tools/base/bazel:jvm_import.bzl", "jvm_import")
+
# managed by go/iml_to_build
-java_import(
+jvm_import(
name = "traceprocessor-proto",
jars = ["//tools/base/profiler/native/trace_processor_daemon:traceprocessor_protos.jar"],
visibility = ["//visibility:public"],