Home
last modified time | relevance | path

Searched refs:PythonBinaryModule (Results 1 – 3 of 3) sorted by relevance

/build/soong/python/
Dbinary.go63 type PythonBinaryModule struct { struct
76 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 { argument
101 func (p *PythonBinaryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
108 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) { argument
148 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries { argument
174 func (p *PythonBinaryModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
[all …]
Dtest.go40 p := &PythonTestModule{PythonBinaryModule: *NewBinary(hod)}
95 PythonBinaryModule anonMember
143 p.PythonBinaryModule.DepsMutator(ctx)
208 entriesList := p.PythonBinaryModule.AndroidMkEntries()
Dpython.go682 if _, ok := module.(*PythonBinaryModule); !ok {