1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
perfetto_cfg.bzl Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

Perfetto standalone Bazel config

This directory is only used in standalone builds. The WORKSPACE aliases this directory to @perfetto_cfg.

Bazel-based embedders are supposed to:

1. Have a (modified) copy of perfetto_cfg.bzl in their repo

myproject/
  build/
    perfetto_overrides/
      perfetto_cfg.bzl

2. Have a repository rule that maps the directory to @perfetto_cfg

E.g in myproject/WORKSPACE

local_repository(
    name = "perfetto_cfg",
    path = "build/perfetto_overrides",
)