Home
last modified time | relevance | path

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

/build/soong/python/
Dbinary.go70 type PythonBinaryModule struct { struct
71 PythonLibraryModule
72 binaryProperties BinaryProperties
75 installSource android.Path
78 installedDest android.Path
80 androidMkSharedLibs []string
100 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 …]
Dtest.go103 PythonBinaryModule anonMember