Lines Matching refs:PythonLibraryModule
141 type PythonLibraryModule struct { struct
175 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule {
176 return &PythonLibraryModule{
183 func (p *PythonLibraryModule) getSrcsPathMappings() []pathMapping { argument
188 func (p *PythonLibraryModule) getDataPathMappings() []pathMapping { argument
193 func (p *PythonLibraryModule) getSrcsZip() android.Path { argument
198 func (p *PythonLibraryModule) getPrecompiledSrcsZip() android.Path { argument
203 func (p *PythonLibraryModule) getPkgPath() string { argument
207 func (p *PythonLibraryModule) getBaseProperties() *BaseProperties { argument
211 func (p *PythonLibraryModule) getBundleSharedLibs() android.Paths { argument
215 func (p *PythonLibraryModule) init() android.Module { argument
272 func (p *PythonLibraryModule) anySrcHasExt(ctx android.BottomUpMutatorContext, ext string) bool { argument
280 func (p *PythonLibraryModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
323 func (p *PythonLibraryModule) AddDepsOnPythonLauncherAndStdlib(ctx android.BottomUpMutatorContext, argument
381 func (p *PythonLibraryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
472 func (p *PythonLibraryModule) genModulePathMappings(ctx android.ModuleContext, pkgPath string, argument
512 func (p *PythonLibraryModule) createSrcsZip(ctx android.ModuleContext, pkgPath string) android.Path… argument
606 func (p *PythonLibraryModule) precompileSrcs(ctx android.ModuleContext) android.Path { argument
672 func (p *PythonLibraryModule) collectPathsFromTransitiveDeps(ctx android.ModuleContext, precompiled… argument
729 func (p *PythonLibraryModule) collectSharedLibDeps(ctx android.ModuleContext) android.Paths { argument
752 func (p *PythonLibraryModule) zipSharedLibs(ctx android.ModuleContext, bundleSharedLibs android.Pat… argument
797 func (p *PythonLibraryModule) InstallInData() bool { argument