Searched defs:ShBinary (Results 1 – 2 of 2) sorted by relevance
160 type ShBinary struct { struct161 android.ModuleBase163 properties shBinaryProperties165 sourceFilePath android.Path166 outputFilePath android.OutputPath167 installedFile android.InstallPath173 ShBinary anonMember185 func (s *ShBinary) HostToolPath() android.OptionalPath {189 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {192 func (s *ShBinary) OutputFile() android.OutputPath {[all …]
1625 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {