Home
last modified time | relevance | path

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

/build/soong/sh/
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
174 func (s *ShBinary) HostToolPath() android.OptionalPath {
178 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
[all …]
/build/soong/apex/
Dapex.go1463 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {