Searched defs:PythonTestModule (Results 1 – 1 of 1) sorted by relevance
97 type PythonTestModule struct { struct98 PythonBinaryModule100 testProperties TestProperties101 testConfig android.Path102 data []android.DataPath105 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 …]