Home
last modified time | relevance | path

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

/build/soong/sh/
Dsh_binary.go160 type ShBinary struct { struct
161 android.ModuleBase
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) {
192 func (s *ShBinary) OutputFile() android.OutputPath {
[all …]
/build/soong/apex/
Dapex.go1625 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {