platform_build_soong/genrule
Dan Willemsen afeea436ea Switch genrule-phony to ninja phony rule
Instead of using android.Phony, which is a "real" rule, use
blueprint.Phony, which is ninja's built-in "phony" rule. That's desired
in this case, since we only want this to be an alias to the inputs.

Test: cd system/bt; mma; mma (second run had nothing to do)
Test: treehugger
Change-Id: Ib0b630e23653c05a12cf617350f8b4c6d6d6cdff
2019-09-20 10:55:10 -07:00
..
genrule.go Switch genrule-phony to ninja phony rule 2019-09-20 10:55:10 -07:00
genrule_test.go Fix missing genrule srcs and tools with ALLOW_MISSING_DEPENDENCIES=true 2019-04-07 19:40:02 +00:00