Home
last modified time | relevance | path

Searched refs:RustLibraryHostFactory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/rust/
H A Dtesting.go184 ctx.RegisterModuleType("rust_library_host", RustLibraryHostFactory)
H A Dlibrary.go38 android.RegisterModuleType("rust_library_host", RustLibraryHostFactory)
318 func RustLibraryHostFactory() android.Module { func