Update ProtoLogTool commands args
We need these new parameters to inject those values into the generated classes so we don't have to manually create an impl of these class and passing those values manually.
Flag: ACONFIG android.tracing.Flags.perfettoProtolog DEVELOPMENT
Bug: 276432490
Test: atest FrameworksServicesTests
Change-Id: I32906cbe37c7c3899d7c487d5ed341381a05fdf1
diff --git a/tools/protologtool/Android.bp b/tools/protologtool/Android.bp
index 46745e9..61e4b35 100644
--- a/tools/protologtool/Android.bp
+++ b/tools/protologtool/Android.bp
@@ -42,5 +42,6 @@
"junit",
"mockito",
"objenesis",
+ "truth",
],
}