Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dsoong_config_module_type_conversion_test.go66 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
111 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
164 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
234 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
299 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
365 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
444 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
559 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
Dcc_library_shared_conversion_test.go34 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
Dcc_binary_conversion_test.go54 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
Dcc_library_conversion_test.go54 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
1967 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
Dcc_library_static_conversion_test.go71 (&tc).moduleTypeUnderTestFactory = cc.LibraryStaticFactory
/build/soong/java/
Djava.go48 ctx.RegisterModuleType("java_library_static", LibraryStaticFactory)
817 func LibraryStaticFactory() android.Module { func
/build/soong/cc/
Dlibrary.go218 ctx.RegisterModuleType("cc_library_static", LibraryStaticFactory)
448 func LibraryStaticFactory() android.Module { func