| commit | 0eb47bd40a4553b74ba62b622069331793548a64 | [log] [tgz] |
|---|---|---|
| author | Andrea Falcone <[email protected]> | Tue Nov 04 15:43:08 2025 +0000 |
| committer | Andrea Falcone <[email protected]> | Tue Nov 04 15:43:08 2025 +0000 |
| tree | ec22f1e073a245831b3b0da5825f6f5790cb45c1 | |
| parent | e37cbbaee9b8ef9a8331d69c8415537b0a5ff07c [diff] | |
| parent | e5f997a0bb886821aac39a9041b3a77d7794b937 [diff] |
Merge remote-tracking branch 'goog/androidx-platform-dev' into HEAD Change-Id: I3917270e0f90dfc9b4fa78b9167accb8b891208b
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)