Searched refs:LibraryFactory (Results 1 – 5 of 5) sorted by relevance
26 module := LibraryFactory().(*Library)39 module := LibraryFactory().(*Library)52 module := LibraryFactory().(*Library)65 module := LibraryFactory().(*Library)78 module := LibraryFactory().(*Library)
66 ctx.RegisterModuleType("java_library", LibraryFactory)2145 func LibraryFactory() android.Module { func2160 return LibraryFactory()
1120 mctx.CreateModule(LibraryFactory, properties...)1186 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
448 ctx.CreateModule(cc.LibraryFactory, &ccProps)469 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{491 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
187 ctx.RegisterModuleType("cc_library", LibraryFactory)196 func LibraryFactory() android.Module { func