Files
build_soong/java
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
..
2019-03-13 13:46:14 +00:00
2019-03-19 23:33:47 +00:00
2019-03-25 11:48:01 +00:00
2019-03-19 23:33:47 +00:00
2019-03-27 11:21:24 -07:00
2019-03-04 18:11:53 +00:00
2019-03-20 19:29:59 +00:00
2018-12-27 12:26:30 -08:00
2019-03-04 18:11:53 +00:00
2019-03-25 11:48:01 +00:00
2019-01-23 18:05:18 +00:00
2018-12-18 20:28:06 +00:00
2019-02-06 01:52:41 +00:00
2019-03-05 03:17:42 +00:00