platform_build_soong/cmd/soong_build
Cole Faust 8c0b11ef79 Add direct deps on glob result files
n2 (a reimplemntation of ninja) adds a check that depfiles only add
dependencies on source files, not generated files, because generated
files are not guaranteed to exist before an action runs if there isn't
an explicit dependency between the two.

This is the case for our glob result files. However, we can rework the
build so that they're directly depended on instead of using a depfile.

Bug: 318434287
Test: rm -rf out && m nothing && m nothing
Change-Id: I513fa5536136e6bf19c347710f0722d696199612
2024-01-02 17:02:52 -08:00
..
Android.bp Export provenance metadata for prebuilt APKs and APEXes. 2022-04-05 16:16:16 -07:00
main.go Add direct deps on glob result files 2024-01-02 17:02:52 -08:00
queryview.go cosmetic: unused argument 2023-08-04 16:53:31 -04:00
writedocs.go Add Property.Type to bpdocs template 2021-09-12 18:40:37 +00:00