Home
last modified time | relevance | path

Searched defs:pythonInstaller (Results 1 – 2 of 2) sorted by relevance

/build/soong/python/
Dinstaller.go31 type pythonInstaller struct { struct
32 dir string
33 dir64 string
34 relative string
36 path android.InstallPath
38 androidMkSharedLibs []string
50 func (installer *pythonInstaller) installDir(ctx android.ModuleContext) android.InstallPath {
61 func (installer *pythonInstaller) install(ctx android.ModuleContext, file android.Path) {
65 func (installer *pythonInstaller) setAndroidMkSharedLibs(sharedLibs []string) {
Dbinary.go60 *pythonInstaller anonMember