Searched refs:PythonLibraryModule (Results 1 – 4 of 4) sorted by relevance
134 type PythonLibraryModule struct { struct164 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule {165 return &PythonLibraryModule{182 func (p *PythonLibraryModule) getSrcsPathMappings() []pathMapping { argument187 func (p *PythonLibraryModule) getDataPathMappings() []pathMapping { argument192 func (p *PythonLibraryModule) getSrcsZip() android.Path { argument197 func (p *PythonLibraryModule) getPrecompiledSrcsZip() android.Path { argument202 func (p *PythonLibraryModule) getPkgPath() string { argument206 func (p *PythonLibraryModule) getBaseProperties() *BaseProperties { argument210 var _ pythonDependency = (*PythonLibraryModule)(nil)[all …]
64 PythonLibraryModule anonMember85 PythonLibraryModule: *newModule(hod, android.MultilibFirst),102 p.PythonLibraryModule.GenerateAndroidBuildActions(ctx)176 p.PythonLibraryModule.DepsMutator(ctx)
157 p.PythonLibraryModule.GenerateAndroidBuildActions(ctx)
439 base, baseOk := module.Module().(*PythonLibraryModule)