Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go22 android.RegisterModuleType("rust_prebuilt_library", PrebuiltLibraryFactory)
42 func PrebuiltLibraryFactory() android.Module { func
Dtesting.go101 ctx.RegisterModuleType("rust_prebuilt_library", PrebuiltLibraryFactory)
/build/soong/cc/
Dprebuilt.go26 ctx.RegisterModuleType("cc_prebuilt_library", PrebuiltLibraryFactory)
231 func PrebuiltLibraryFactory() android.Module { func