Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_sysroot.go66 ctx.RegisterModuleType("ndk_library", NdkLibraryFactory)
Dtesting.go43 ctx.RegisterModuleType("ndk_library", NdkLibraryFactory)
Dndk_library.go567 func NdkLibraryFactory() android.Module { func