Searched defs:PythonBinaryModule (Results 1 – 2 of 2) sorted by relevance
70 type PythonBinaryModule struct { struct71 PythonLibraryModule72 binaryProperties BinaryProperties75 installSource android.Path78 installedDest android.Path80 androidMkSharedLibs []string100 func (p *PythonBinaryModule) init() android.Module {108 func (p *PythonBinaryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {125 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) {174 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries {[all …]
103 PythonBinaryModule anonMember