Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dtesting.go181 ctx.RegisterModuleType("rust_library", RustLibraryFactory)
H A Dlibrary.go35 android.RegisterModuleType("rust_library", RustLibraryFactory)
280 func RustLibraryFactory() android.Module { func