commit | bc13429c03e76e48ae5a66b875fc9eb69e14219d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Sep 19 16:10:30 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Sep 19 16:10:30 2024 +0000 |
tree | 76bac458186e484bb71c92fa283ae56c31b6509e | |
parent | b590159a7444212add5b8bdc65df54bb602d408a [diff] | |
parent | 1e1629db602b32f90cf70dd6feb6d925cac6393b [diff] |
Snap for 12389788 from 1e1629db602b32f90cf70dd6feb6d925cac6393b to androidx-annotation-release Change-Id: I9736220333156512413ea7b7baa0560326a1d427
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)