Searched defs:PythonBinaryModule (Results 1 – 2 of 2) 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 {101 func (p *PythonBinaryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {109 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) {149 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries {[all …]
98 PythonBinaryModule anonMember