Home
last modified time | relevance | path

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

/build/soong/sh/
Dsh_binary_test.go47 ctx.RegisterModuleType("sh_test", ShTestFactory)
Dsh_binary.go41 android.RegisterModuleType("sh_test", ShTestFactory)
282 func ShTestFactory() android.Module { func