Home
last modified time | relevance | path

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

/build/soong/python/
Dtest.go94 type PythonTestModule struct { struct
95 PythonBinaryModule
97 testProperties TestProperties
98 testConfig android.Path
99 data []android.DataPath
102 func (p *PythonTestModule) init() android.Module {
114 func (p *PythonTestModule) isTestHost() bool {
122 …nc (p *PythonTestModule) addDataDeviceBinsDeps(ctx android.BottomUpMutatorContext, filter string) {
142 func (p *PythonTestModule) DepsMutator(ctx android.BottomUpMutatorContext) {
150 func (p *PythonTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]