commit | f969081985fad6c3d68aeefa4726e95f042ca2ac | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Sep 29 19:56:15 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Sep 29 19:56:15 2023 +0000 |
tree | 9aba4c3114dee573b423b7caee0b85ab6e33cb1a | |
parent | f5b37c277d2eec5c9e1a86d48f6df9714a469b3c [diff] | |
parent | ddfd073ef8fb25f92ae2ff1bb90562d7a42037e5 [diff] |
Snap for 9446185 from ddfd073ef8fb25f92ae2ff1bb90562d7a42037e5 to androidx-hilt-release Change-Id: I27077ee1b4b01adc7ce5810573bf38cce4c0d021
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)