Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dprebuilt.go33 ctx.RegisterModuleType("cc_prebuilt_library_static", PrebuiltStaticLibraryFactory)
347 func PrebuiltStaticLibraryFactory() android.Module { func