Searched defs:ShBinary (Results 1 – 2 of 2) sorted by relevance
93 type ShBinary struct { struct94 android.ModuleBase96 properties shBinaryProperties98 sourceFilePath android.Path99 outputFilePath android.OutputPath100 installedFile android.InstallPath106 ShBinary anonMember116 func (s *ShBinary) HostToolPath() android.OptionalPath {120 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {126 func (s *ShBinary) OutputFile() android.OutputPath {[all …]
1681 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {