55252655d2
This makes a minimal difference on my AOSP tree (which is on a fast NVME drive), but it saves ~10-15% of the time in our primary builder (soong_build) on larger trees on slower drives. We're always going to run the glob tool at least once outside of the primary builder, and ninja only loads depfiles created after running the tool, so this should be a no-op change. We still need to write the list file (if it has changed), since that's the file we're adding as a dependency of the primary builder, so the effective timestamp must be earlier than the build.ninja timestamp. Change-Id: I872b7581da50e7f2089daa7e248ca05b6703f019 |
||
---|---|---|
.. | ||
bpdoc | ||
bpglob | ||
minibp | ||
bootstrap.go | ||
build.ninja | ||
cleanup.go | ||
command.go | ||
config.go | ||
doc.go | ||
glob.go | ||
writedocs.go |