Home
last modified time | relevance | path

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

/build/soong/rust/
Dtesting.go225 ctx.RegisterModuleType("rust_ffi_host", RustFFIHostFactory)
Dlibrary.go41 android.RegisterModuleType("rust_ffi_host", RustFFIHostFactory)
301 func RustFFIHostFactory() android.Module { func