tp: add support for shell on Android
Change-Id: I2ee77c8501b4bfe4b840de0d38c776ef273cc2b8
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 236e19d..fc5dcd8 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -213,8 +213,7 @@
libs = [ "protobuf" ] # This will link against libprotobuf.so
}
-# protoc compiler library, it's used for building protoc plugins and by
-# trace_processor_shell to dynamically load .proto files for metrics.
+# protoc compiler library, it's used for building protoc plugins.
group("protoc_lib") {
visibility = protobuf_full_deps_allowlist
if (current_toolchain == host_toolchain) {