Refactor upload-only to process bazel metrics outside of upload.go

Bug: 279987768
Test: m nothing
Test: b build libcore:all (with prints to verify similiar data)
Change-Id: I01d960a7215be30728c9e90f52c2455fd21cf1b8
This commit is contained in:
MarkDacek
2023-05-09 18:21:36 +00:00
parent 3e63067b11
commit 733b77c2de
5 changed files with 150 additions and 119 deletions

View File

@@ -46,6 +46,7 @@ bootstrap_go_package {
"soong-ui-tracer",
],
srcs: [
"bazel_metrics.go",
"build.go",
"cleanbuild.go",
"config.go",