Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dprebuilt.go22 android.RegisterModuleType("rust_prebuilt_library", PrebuiltLibraryFactory)
42 func PrebuiltLibraryFactory() android.Module { func
H A Dtesting.go231 ctx.RegisterModuleType("rust_prebuilt_library", PrebuiltLibraryFactory)
/aosp12/build/soong/cc/
H A Dprebuilt.go28 ctx.RegisterModuleType("cc_prebuilt_library", PrebuiltLibraryFactory)
263 func PrebuiltLibraryFactory() android.Module { func