commit | 2b5ff26f903696fc781fb8f582d6ebbd5542be5c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Mon Jan 30 21:40:31 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Mon Jan 30 21:40:31 2023 +0000 |
tree | 9aba4c3114dee573b423b7caee0b85ab6e33cb1a | |
parent | 962e6c6b91d0c2482c70580cb7f4acba93ea9f83 [diff] | |
parent | ddfd073ef8fb25f92ae2ff1bb90562d7a42037e5 [diff] |
Snap for 9512875 from ddfd073ef8fb25f92ae2ff1bb90562d7a42037e5 to androidx-arch-core-release Change-Id: Ia804366a7fd29862c05596e3076f39e1836d25e5
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)