Record initial metrics in build_test_suites
Record initial metrics for analysis time and packaging time in
build_test_suites. Per-target metrics will be reported after initial
test discovery agent integration.
Test: atest build_test_suites_test && atest optimized_targets_test
Bug: 372973116
Change-Id: Id3711ce078bfbfdc4c264a29751c475b4bd0cebd
diff --git a/ci/Android.bp b/ci/Android.bp
index 9611f47..3f28be4 100644
--- a/ci/Android.bp
+++ b/ci/Android.bp
@@ -123,6 +123,9 @@
"metrics_agent.py",
"buildbot.py",
],
+ libs: [
+ "soong-metrics-proto-py",
+ ],
}
python_library_host {