Searched defs:pythonInstaller (Results 1 – 2 of 2) sorted by relevance
31 type pythonInstaller struct { struct32 dir string33 dir64 string34 relative string36 path android.InstallPath38 androidMkSharedLibs []string50 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) {
60 *pythonInstaller anonMember