perfetto: remove merged protos from Bazel and reduce usage elsewhere
This CL removes the merged protos from being built in Bazel as they
cause a lot of problems with ODR violations in G3 (i.e. if one static
lib depends on the merged trace, another on the merged config)
Instead, expose the non_minimal and config protos directly to be
depended on.
Change-Id: I24a05e5c42f270b15d0e68d4fcedc37a5dcd2b9b
Bug: 221191510
diff --git a/CHANGELOG b/CHANGELOG
index ebad664..02ab1f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Unreleased:
Tracing service and probes:
- *
+ * Removed merged trace and config protos from Bazel. Embedder should
+ instead depend on the non-merged proto targets.
Trace Processor:
*
UI: