Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go148 android.RegisterModuleType("cc_library_shared", LibrarySharedFactory)
172 func LibrarySharedFactory() android.Module { func
Dcc_test.go61 ctx.RegisterModuleType("cc_library_shared", android.ModuleFactoryAdaptor(LibrarySharedFactory))
/build/soong/apex/
Dapex_test.go53 ctx.RegisterModuleType("cc_library_shared", android.ModuleFactoryAdaptor(cc.LibrarySharedFactory))