tp: add docs generation to Python generated C++ tables
Add docs generation for Python based C++ tables and migrate the thread
and process tables to use it.
Change-Id: I30955618fbe9ec6217074fbde87484200aac935f
diff --git a/python/BUILD.gn b/python/BUILD.gn
index 4dc8fad..3ea6191 100644
--- a/python/BUILD.gn
+++ b/python/BUILD.gn
@@ -15,7 +15,10 @@
import("../gn/perfetto_python.gni")
perfetto_py_library("trace_processor_table_generator") {
- sources = [ "generators/trace_processor_table/public.py" ]
+ sources = [
+ "generators/trace_processor_table/public.py",
+ "generators/trace_processor_table/util.py",
+ ]
}
perfetto_py_library("trace_processor_stdlib_docs") {