• Home
  • Raw
  • Download

Lines Matching defs:ShBinary

160 type ShBinary struct {  struct
161 android.ModuleBase
163 properties shBinaryProperties
165 sourceFilePath android.Path
166 outputFilePath android.OutputPath
167 installedFile android.InstallPath
173 ShBinary anonMember
185 func (s *ShBinary) HostToolPath() android.OptionalPath {
189 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
192 func (s *ShBinary) OutputFile() android.OutputPath {
196 func (s *ShBinary) SubDir() string {
200 func (s *ShBinary) RelativeInstallPath() string {
203 func (s *ShBinary) Installable() bool {
207 func (s *ShBinary) Symlinks() []string {
213 func (s *ShBinary) ImageMutatorBegin(ctx android.BaseModuleContext) {}
215 func (s *ShBinary) CoreVariantNeeded(ctx android.BaseModuleContext) bool {
219 func (s *ShBinary) RamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
223 func (s *ShBinary) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
227 func (s *ShBinary) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
231 func (s *ShBinary) RecoveryVariantNeeded(ctx android.BaseModuleContext) bool {
235 func (s *ShBinary) ExtraImageVariations(ctx android.BaseModuleContext) []string {
246 func (s *ShBinary) SetImageVariation(ctx android.BaseModuleContext, variation string) {
252 func (s *ShBinary) InstallInRamdisk() bool {
259 func (s *ShBinary) InstallInVendorRamdisk() bool {
266 func (s *ShBinary) InstallInRecovery() bool {
271 func (s *ShBinary) generateAndroidBuildActions(ctx android.ModuleContext) {
306 func (s *ShBinary) GetSubname(ctx android.ModuleContext) string {
316 func (s *ShBinary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
328 func (s *ShBinary) AndroidMkEntries() []android.AndroidMkEntries {
344 func (s *ShBinary) customAndroidMkEntries(entries *android.AndroidMkEntries) {
532 func initShBinaryModule(s *ShBinary) {