Home
last modified time | relevance | path

Searched defs:PythonBinaryModule (Results 1 – 3 of 3) 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 {
102 func (p *PythonBinaryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
109 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) {
149 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries {
[all …]
Dtest.go87 PythonBinaryModule anonMember
/build/soong/apex/
Dapex.go1727 func apexFileForPyBinary(ctx android.BaseModuleContext, py *python.PythonBinaryModule) apexFile {