Home
last modified time | relevance | path

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

/build/soong/sh/
Dsh_binary.go93 type ShBinary struct { struct
94 android.ModuleBase
96 properties shBinaryProperties
98 sourceFilePath android.Path
99 outputFilePath android.OutputPath
100 installedFile android.InstallPath
106 ShBinary anonMember
116 func (s *ShBinary) HostToolPath() android.OptionalPath {
120 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
126 func (s *ShBinary) OutputFile() android.OutputPath {
[all …]
/build/soong/apex/
Dapex.go1681 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {