Searched defs:ShBinary (Results 1 – 2 of 2) sorted by relevance
148 type ShBinary struct { struct149 android.ModuleBase150 android.BazelModuleBase152 properties shBinaryProperties154 sourceFilePath android.Path155 outputFilePath android.OutputPath156 installedFile android.InstallPath162 ShBinary anonMember174 func (s *ShBinary) HostToolPath() android.OptionalPath {178 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {[all …]
1463 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {