Searched defs:ShBinary (Results 1 – 2 of 2) sorted by relevance
173 type ShBinary struct { struct174 android.ModuleBase175 android.DefaultableModuleBase177 properties shBinaryProperties179 sourceFilePath android.Path180 outputFilePath android.OutputPath181 installedFile android.InstallPath187 ShBinary anonMember200 func (s *ShBinary) HostToolPath() android.OptionalPath {204 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {[all …]
1470 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {