Searched defs:PythonBinaryModule (Results 1 – 3 of 3) sorted by relevance
63 type PythonBinaryModule struct { struct64 PythonLibraryModule65 binaryProperties BinaryProperties68 installSource android.Path71 installedDest android.Path73 androidMkSharedLibs []string93 func (p *PythonBinaryModule) init() android.Module {102 func (p *PythonBinaryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {109 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) {149 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries {[all …]
87 PythonBinaryModule anonMember
1727 func apexFileForPyBinary(ctx android.BaseModuleContext, py *python.PythonBinaryModule) apexFile {