Home
last modified time | relevance | path

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

/build/soong/rust/
Dtesting.go88 ctx.RegisterModuleType("rust_library", RustLibraryFactory)
Dlibrary.go25 android.RegisterModuleType("rust_library", RustLibraryFactory)
189 func RustLibraryFactory() android.Module { func