Searched defs:phony (Results 1 – 4 of 4) sorted by relevance
15 package phony package29 type phony struct { struct30 android.ModuleBase31 requiredModuleNames []string32 hostRequiredModuleNames []string33 targetRequiredModuleNames []string
204 type phony struct { struct205 name string206 deps []string383 func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte {
149 phony = pctx.StaticRule("phony", var
1242 namespace phony { namespace