Searched refs:PythonBinaryModule (Results 1 – 3 of 3) sorted by relevance
63 type PythonBinaryModule struct { struct76 var _ android.AndroidMkEntriesProvider = (*PythonBinaryModule)(nil)77 var _ android.Module = (*PythonBinaryModule)(nil)83 func NewBinary(hod android.HostOrDeviceSupported) *PythonBinaryModule {84 return &PythonBinaryModule{93 func (p *PythonBinaryModule) init() android.Module { argument101 func (p *PythonBinaryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument108 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) { argument148 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries { argument174 func (p *PythonBinaryModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument[all …]
40 p := &PythonTestModule{PythonBinaryModule: *NewBinary(hod)}95 PythonBinaryModule anonMember143 p.PythonBinaryModule.DepsMutator(ctx)208 entriesList := p.PythonBinaryModule.AndroidMkEntries()
682 if _, ok := module.(*PythonBinaryModule); !ok {