Searched refs:wrapLibraryFactory (Results 1 – 2 of 2) sorted by relevance
292 mctx.CreateModule(wrapLibraryFactory(aidlRustLibraryFactory), &rustProperties{448 ctx.CreateModule(wrapLibraryFactory(java.LibraryFactory), g.properties.ModuleProperties...)454 ctx.CreateModule(wrapLibraryFactory(cc.LibraryFactory), g.properties.ModuleProperties...)
86 func wrapLibraryFactory(factory func() android.Module) func() android.Module { func