Home
last modified time | relevance | path

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

/build/soong/cc/
Dtesting.go555 ctx.RegisterModuleType("cc_test_library", TestLibraryFactory)
702 ctx.RegisterModuleType("cc_test_library", TestLibraryFactory)
Dtest.go130 android.RegisterModuleType("cc_test_library", TestLibraryFactory)
147 func TestLibraryFactory() android.Module { func