blob: 62c9e1f22a172e15875f9bfef73ffa49b2988657 [file] [log] [blame]
# This file will be copied into //third_party/externals/perfetto via the
# new_local_repository rule in WORKSPACE.bazel, so all files should be relative to that path.
load("@rules_cc//cc:cc_library.bzl", "cc_library")
cc_library(
name = "perfetto",
srcs = ["sdk/perfetto.cc"],
hdrs = [
"sdk/perfetto.h",
],
defines = ["SK_USE_PERFETTO"],
includes = ["sdk"],
visibility = ["//visibility:public"],
)