Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_sysroot.go61 android.RegisterModuleType("ndk_library", NdkLibraryFactory)
Dtesting.go34 ctx.RegisterModuleType("ndk_library", NdkLibraryFactory)
Dndk_library.go401 func NdkLibraryFactory() android.Module { func