Lines Matching defs:ShBinary
148 type ShBinary struct { struct
149 android.ModuleBase
150 android.BazelModuleBase
152 properties shBinaryProperties
154 sourceFilePath android.Path
155 outputFilePath android.OutputPath
156 installedFile android.InstallPath
162 ShBinary anonMember
174 func (s *ShBinary) HostToolPath() android.OptionalPath {
178 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
181 func (s *ShBinary) OutputFile() android.OutputPath {
185 func (s *ShBinary) SubDir() string {
189 func (s *ShBinary) Installable() bool {
193 func (s *ShBinary) Symlinks() []string {
199 func (s *ShBinary) ImageMutatorBegin(ctx android.BaseModuleContext) {}
201 func (s *ShBinary) CoreVariantNeeded(ctx android.BaseModuleContext) bool {
205 func (s *ShBinary) RamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
209 func (s *ShBinary) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
213 func (s *ShBinary) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
217 func (s *ShBinary) RecoveryVariantNeeded(ctx android.BaseModuleContext) bool {
221 func (s *ShBinary) ExtraImageVariations(ctx android.BaseModuleContext) []string {
225 …Binary) SetImageVariation(ctx android.BaseModuleContext, variation string, module android.Module) {
228 func (s *ShBinary) generateAndroidBuildActions(ctx android.ModuleContext) {
257 func (s *ShBinary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
263 func (s *ShBinary) AndroidMkEntries() []android.AndroidMkEntries {
277 func (s *ShBinary) customAndroidMkEntries(entries *android.AndroidMkEntries) {
448 func InitShBinaryModule(s *ShBinary) {