Home
last modified time | relevance | path

Searched defs:ShBinary (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/sh/
H A Dsh_binary.go148 type ShBinary struct { struct
149 android.ModuleBase
150 android.BazelModuleBase
152 properties shBinaryProperties
154 sourceFilePath android.Path
155 outputFilePath android.OutputPath
156 installedFile android.InstallPath
162 ShBinary anonMember
448 func InitShBinaryModule(s *ShBinary) {
/aosp12/build/soong/apex/
H A Dapex.go1463 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {