platform_build_soong/cmd/dep_fixer
Colin Cross 1d2cf0494a Add depfile support to RuleBuilder
Allow rules built with RuleBuilder to use depfiles.  Ninja only
supports a single depfile with single output.  If there are
multiple outputs in a rule, move all but the first to implicit
outputs.  If multiple depfiles are specified, use new support
in dep_fixer to combine additional depfiles into the first depfile.

Test: rule_builder_test.go
Change-Id: I7dd4ba7fdf9feaf89b3dd2b7abb0e79006e06018
2019-03-29 16:35:06 -07:00
..
Android.bp Add a dependency fixer for proto deps 2018-05-07 16:21:59 -07:00
deps.go Add a dependency fixer for proto deps 2018-05-07 16:21:59 -07:00
deps_test.go Add a dependency fixer for proto deps 2018-05-07 16:21:59 -07:00
main.go Add depfile support to RuleBuilder 2019-03-29 16:35:06 -07:00