Home
last modified time | relevance | path

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

/build/soong/sh/
Dsh_binary.go159 type ShBinary struct { struct
160 android.ModuleBase
161 android.BazelModuleBase
163 properties shBinaryProperties
165 sourceFilePath android.Path
166 outputFilePath android.OutputPath
167 installedFile android.InstallPath
173 ShBinary anonMember
185 func (s *ShBinary) HostToolPath() android.OptionalPath {
189 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
[all …]
/build/soong/apex/
Dapex.go1581 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {