Home
last modified time | relevance | path

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

/build/soong/python/
Dbinary.go63 type PythonBinaryModule struct { struct
64 PythonLibraryModule
65 binaryProperties BinaryProperties
68 installSource android.Path
71 installedDest android.Path
73 androidMkSharedLibs []string
93 func (p *PythonBinaryModule) init() android.Module {
101 func (p *PythonBinaryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
108 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) {
148 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries {
[all …]
Dtest.go95 PythonBinaryModule anonMember