commit | 962e6c6b91d0c2482c70580cb7f4acba93ea9f83 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Mon Jan 30 20:34:33 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Mon Jan 30 20:34:33 2023 +0000 |
tree | c7790093fb390242d19b3ed122aed2bedb29a4e0 | |
parent | 4224de5da5548898faa09f23c4da775872ab02eb [diff] | |
parent | 6d3e54e18cbe32cf99f75a433c440294997b1104 [diff] |
Snap for 8229153 from 6d3e54e18cbe32cf99f75a433c440294997b1104 to androidx-arch-core-release Change-Id: I6f943dde383d6040cc4ffa71efe54f008fba977d
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)