Home
last modified time | relevance | path

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

/aosp12/build/soong/bp2build/
H A Dsh_conversion_test.go68 moduleTypeUnderTestFactory: sh.ShBinaryFactory,
/aosp12/build/soong/sh/
H A Dsh_binary.go49 ctx.RegisterModuleType("sh_binary", ShBinaryFactory)
455 func ShBinaryFactory() android.Module { func