Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go54 type rustPrebuilt interface { interface
73 var _ rustPrebuilt = (*prebuiltLibraryDecorator)(nil)
77 var _ rustPrebuilt = (*prebuiltProcMacroDecorator)(nil)
79 func prebuiltPath(ctx ModuleContext, prebuilt rustPrebuilt) android.Path { argument
105 func addSrcSupplier(module android.PrebuiltInterface, prebuilt rustPrebuilt) { argument
Drust.go1099 if p, ok := mod.compiler.(rustPrebuilt); ok {