commit | c9b816a618cbc7a5dcca88c97c175bbd799d75ca | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Oct 04 00:37:50 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Oct 04 00:37:50 2024 +0000 |
tree | 76bac458186e484bb71c92fa283ae56c31b6509e | |
parent | 387ba0a1f9a70683bab2c9e39aa9803ca7ecae1d [diff] | |
parent | 1e1629db602b32f90cf70dd6feb6d925cac6393b [diff] |
Snap for 12452841 from 1e1629db602b32f90cf70dd6feb6d925cac6393b to androidx-work-release Change-Id: I73da8c0454307b0c3bfbc33d683d067507d67051
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)