Searched refs:LibraryStaticFactory (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/bp2build/ |
H A D | cc_library_static_conversion_test.go | 86 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 231 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 268 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 291 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 314 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 356 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 383 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 413 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 449 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 485 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, [all …]
|
H A D | cc_library_conversion_test.go | 581 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
|
/aosp12/art/build/ |
H A D | art.go | 452 module := cc.LibraryStaticFactory()
|
/aosp12/build/soong/java/ |
H A D | java.go | 46 ctx.RegisterModuleType("java_library_static", LibraryStaticFactory) 665 func LibraryStaticFactory() android.Module { func
|
/aosp12/build/soong/cc/ |
H A D | library.go | 214 ctx.RegisterModuleType("cc_library_static", LibraryStaticFactory) 338 func LibraryStaticFactory() android.Module { func
|