Searched defs:SingletonContext (Results 1 – 2 of 2) sorted by relevance
90 func translateAndroidMk(ctx blueprint.SingletonContext, mkFile string, mods []AndroidModule) error {127 func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod blueprint.Module) er…
22 GenerateBuildActions(SingletonContext) argument25 type SingletonContext interface { interface