Home
last modified time | relevance | path

Searched refs:LibraryFactory (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Djdeps_test.go26 module := LibraryFactory().(*Library)
39 module := LibraryFactory().(*Library)
52 module := LibraryFactory().(*Library)
65 module := LibraryFactory().(*Library)
78 module := LibraryFactory().(*Library)
Djava.go45 ctx.RegisterModuleType("java_library", LibraryFactory)
651 func LibraryFactory() android.Module { func
666 return LibraryFactory()
/build/soong/bp2build/
Dcc_library_conversion_test.go60 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/
Dsysprop_library.go481 ctx.CreateModule(cc.LibraryFactory, &ccProps)
513 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
535 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
/build/soong/cc/
Dlibrary.go216 ctx.RegisterModuleType("cc_library", LibraryFactory)
326 func LibraryFactory() android.Module { func