Home
last modified time | relevance | path

Searched refs:LibraryStaticFactory (Results 1 – 4 of 4) sorted by relevance

/build/soong/bp2build/
Dcc_library_static_conversion_test.go86 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 …]
Dcc_library_conversion_test.go581 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
/build/soong/java/
Djava.go46 ctx.RegisterModuleType("java_library_static", LibraryStaticFactory)
665 func LibraryStaticFactory() android.Module { func
/build/soong/cc/
Dlibrary.go214 ctx.RegisterModuleType("cc_library_static", LibraryStaticFactory)
338 func LibraryStaticFactory() android.Module { func