Home
last modified time | relevance | path

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

/build/soong/rust/
Dtesting.go218 ctx.RegisterModuleType("rust_library_host", RustLibraryHostFactory)
Dlibrary.go35 android.RegisterModuleType("rust_library_host", RustLibraryHostFactory)
294 func RustLibraryHostFactory() android.Module { func