commit | d6a2999a5a6ba7ef84e4ad37d09be34c80605e06 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri Dec 06 12:55:41 2024 -0800 |
committer | Joe Onorato <joeo@google.com> | Mon Dec 09 09:47:37 2024 -0800 |
tree | 0c7e59ca326f8f8672db8e8c1bd4ceaf895a191d | |
parent | 71a028d9e4e95e318fbd8ad231da84a6f971359a [diff] [blame] |
Report which files are in the dependency graph for dist builds. Bug: 383124666 Test: m dist and verify Change-Id: Icc95327e8288bf1fbed86cd3d894f72229967155
diff --git a/ui/build/build.go b/ui/build/build.go index d5a20b4..110ee95 100644 --- a/ui/build/build.go +++ b/ui/build/build.go
@@ -502,4 +502,5 @@ // Be careful, anything added here slows down EVERY CI build func runDistActions(ctx Context, config Config) { runStagingSnapshot(ctx, config) + runSourceInputs(ctx, config) }