commit | 5b63377af222fcb4b7646d9e3bbbb170d0ebf524 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Jul 12 19:20:25 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Jul 12 19:20:25 2022 +0000 |
tree | 0dab39a7f310baca851b1dc045622f3ca752b161 | |
parent | 5a799b0e97e31210b1832470896b68e48a436565 [diff] | |
parent | dc89dec933e33e39279045c7814a6109221ca9e7 [diff] |
Snap for 8822279 from dc89dec933e33e39279045c7814a6109221ca9e7 to androidx-appcompat-release Change-Id: I0d0f0cf00967e5e5a554933718f1b97d8c63270d
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)