Home
last modified time | relevance | path

Searched refs:LibraryFactory (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Djdeps_test.go26 module := LibraryFactory().(*Library)
39 module := LibraryFactory().(*Library)
52 module := LibraryFactory().(*Library)
65 module := LibraryFactory().(*Library)
78 module := LibraryFactory().(*Library)
Dsdk_library.go1876 mctx.CreateModule(LibraryFactory, properties...)
1938 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
1947 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
2227 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
2241 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
Djava.go50 ctx.RegisterModuleType("java_library", LibraryFactory)
1179 func LibraryFactory() android.Module { func
1194 return LibraryFactory()
/build/soong/sysprop/
Dsysprop_library.go613 ctx.CreateModule(cc.LibraryFactory, &ccProps)
645 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
667 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
/build/soong/cc/
Dlibrary.go217 ctx.RegisterModuleType("cc_library", LibraryFactory)
226 func LibraryFactory() android.Module { func