commit | 5c110dce92e866903825bf610b814e3a97fb8d93 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Mon May 06 18:31:19 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Mon May 06 18:31:19 2024 +0000 |
tree | 30c39086f0ac863a5ff6b49badc04c88ddccc0cd | |
parent | 5b63377af222fcb4b7646d9e3bbbb170d0ebf524 [diff] | |
parent | 7c92aa58167a2f03b34c01c0ef2d6cb6f71e601a [diff] |
Snap for 11805288 from 7c92aa58167a2f03b34c01c0ef2d6cb6f71e601a to androidx-appcompat-release Change-Id: I9972e9ac7dd5a864b0a72e4c3e464be59ac16a19
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)