Searched defs:ShBinary (Results 1 – 2 of 2) sorted by relevance
159 type ShBinary struct { struct160 android.ModuleBase161 android.BazelModuleBase163 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) {[all …]
1581 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {