Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface_backends.go292 mctx.CreateModule(wrapLibraryFactory(aidlRustLibraryFactory), &rustProperties{
448 ctx.CreateModule(wrapLibraryFactory(java.LibraryFactory), g.properties.ModuleProperties...)
454 ctx.CreateModule(wrapLibraryFactory(cc.LibraryFactory), g.properties.ModuleProperties...)
Daidl_interface.go86 func wrapLibraryFactory(factory func() android.Module) func() android.Module { func