Searched refs:LibraryFactory (Results 1 – 5 of 5) sorted by relevance
/build/soong/java/ |
D | jdeps_test.go | 26 module := LibraryFactory().(*Library) 39 module := LibraryFactory().(*Library) 52 module := LibraryFactory().(*Library) 65 module := LibraryFactory().(*Library) 78 module := LibraryFactory().(*Library)
|
D | java.go | 45 ctx.RegisterModuleType("java_library", LibraryFactory) 651 func LibraryFactory() android.Module { func 666 return LibraryFactory()
|
/build/soong/bp2build/ |
D | cc_library_conversion_test.go | 60 moduleTypeUnderTestFactory: cc.LibraryFactory, 141 moduleTypeUnderTestFactory: cc.LibraryFactory, 208 moduleTypeUnderTestFactory: cc.LibraryFactory, 257 moduleTypeUnderTestFactory: cc.LibraryFactory, 335 moduleTypeUnderTestFactory: cc.LibraryFactory, 360 moduleTypeUnderTestFactory: cc.LibraryFactory, 397 moduleTypeUnderTestFactory: cc.LibraryFactory, 428 moduleTypeUnderTestFactory: cc.LibraryFactory, 490 moduleTypeUnderTestFactory: cc.LibraryFactory, 516 moduleTypeUnderTestFactory: cc.LibraryFactory,
|
/build/soong/sysprop/ |
D | sysprop_library.go | 481 ctx.CreateModule(cc.LibraryFactory, &ccProps) 513 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{ 535 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
|
/build/soong/cc/ |
D | library.go | 216 ctx.RegisterModuleType("cc_library", LibraryFactory) 326 func LibraryFactory() android.Module { func
|