commit | 017f5009d1c1e5819f7fff20659a60068f42d0c5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jun 11 17:46:05 2025 -0700 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jun 11 17:46:05 2025 -0700 |
tree | 02216b27df430d8f53140a6aa64bf28a99549836 | |
parent | 3c491d634bac1ddf5a0e79bcb68640b67c942365 [diff] | |
parent | 2e446736507f02a4204645536df6260beec80820 [diff] |
Snap for 13633427 from 2e446736507f02a4204645536df6260beec80820 to androidx-benchmark-release Change-Id: I36d200ebba1f9d81ff243c0e40c916bbca8534ff
The source code for several perfetto binaries lives in the external/perfetto
project in the AOSP source tree. These binaries enable unbundled perfetto tracing, and on-device trace processing.
To set up the perfetto repository for the first time:
git clone https://android.googlesource.com/platform/external/perfetto/ perfetto_repo perfetto_repo/tools/install-build-deps --android
To build stripped binaries from the local repository:
./generate_perfetto_binaries.py
This script automates some of the build instructions documented here.
Some important things handled are:
monolithic_binaries = true
(important for unbundled usage)