Searched defs:PythonTestModule (Results 1 – 1 of 1) sorted by relevance
94 type PythonTestModule struct { struct95 PythonBinaryModule97 testProperties TestProperties98 testConfig android.Path99 data []android.DataPath102 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 …]