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) { argument109 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) { argument149 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries { argument175 func (p *PythonBinaryModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument[all …]
38 p := &PythonTestModule{PythonBinaryModule: *NewBinary(hod)}98 PythonBinaryModule anonMember146 p.PythonBinaryModule.DepsMutator(ctx)212 entriesList := p.PythonBinaryModule.AndroidMkEntries()
708 if _, ok := module.(*PythonBinaryModule); !ok {