Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/sh/
H A Dsh_binary.go173 type ShBinary struct { struct
174 android.ModuleBase
175 android.DefaultableModuleBase
177 properties shBinaryProperties
179 sourceFilePath android.Path
180 outputFilePath android.OutputPath
181 installedFile android.InstallPath
187 ShBinary anonMember
200 func (s *ShBinary) HostToolPath() android.OptionalPath {
204 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
[all …]
/aosp_15_r20/build/soong/apex/
H A Dapex.go1470 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {