Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/python/
H A Dtest.go97 type PythonTestModule struct { struct
98 PythonBinaryModule
100 testProperties TestProperties
101 testConfig android.Path
102 data []android.DataPath
105 func (p *PythonTestModule) init() android.Module {
117 func (p *PythonTestModule) isTestHost() bool {
125 …nc (p *PythonTestModule) addDataDeviceBinsDeps(ctx android.BottomUpMutatorContext, filter string) {
145 func (p *PythonTestModule) DepsMutator(ctx android.BottomUpMutatorContext) {
153 func (p *PythonTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]