Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/python/
H A 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) {
109 func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) {
149 func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries {
[all …]
H A Dtest.go98 PythonBinaryModule anonMember