Home
last modified time | relevance | path

Searched refs:PrebuiltStaticLibraryFactory (Results 1 – 3 of 3) sorted by relevance

/build/soong/bp2build/
Dcc_prebuilt_library_static_test.go28 moduleTypeUnderTestFactory: cc.PrebuiltStaticLibraryFactory,
51 moduleTypeUnderTestFactory: cc.PrebuiltStaticLibraryFactory,
82 moduleTypeUnderTestFactory: cc.PrebuiltStaticLibraryFactory,
Dcc_library_conversion_test.go55 ctx.RegisterModuleType("cc_prebuilt_library_static", cc.PrebuiltStaticLibraryFactory)
/build/soong/cc/
Dprebuilt.go32 ctx.RegisterModuleType("cc_prebuilt_library_static", PrebuiltStaticLibraryFactory)
323 func PrebuiltStaticLibraryFactory() android.Module { func