Fix OSSFuzz build
Test: python infra/helper.py build_fuzzers --sanitizer address perfetto
in oss-fuzz repo with patch to perfetto applied.
Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29820
Change-Id: I6c814014ef841cc873c444190bea69ad553d9f9b
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.