Searched refs:PythonLibraryModule (Results 1 – 4 of 4) sorted by relevance
141 type PythonLibraryModule struct { struct175 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule {176 return &PythonLibraryModule{183 func (p *PythonLibraryModule) getSrcsPathMappings() []pathMapping { argument188 func (p *PythonLibraryModule) getDataPathMappings() []pathMapping { argument193 func (p *PythonLibraryModule) getSrcsZip() android.Path { argument198 func (p *PythonLibraryModule) getPrecompiledSrcsZip() android.Path { argument203 func (p *PythonLibraryModule) getPkgPath() string { argument207 func (p *PythonLibraryModule) getBaseProperties() *BaseProperties { argument211 func (p *PythonLibraryModule) getBundleSharedLibs() android.Paths { argument[all …]
71 PythonLibraryModule anonMember92 PythonLibraryModule: *newModule(hod, android.MultilibFirst),109 p.PythonLibraryModule.GenerateAndroidBuildActions(ctx)201 p.PythonLibraryModule.DepsMutator(ctx)
318 base, baseOk := module.Module().(*PythonLibraryModule)
162 p.PythonLibraryModule.GenerateAndroidBuildActions(ctx)