Paul Thomson | 573b51e | 2022-01-14 17:28:57 +0000 | [diff] [blame] | 1 | { |
2 | "presubmit": [ | ||||
3 | { | ||||
Serdar Kocdemir | 9f249a4 | 2024-09-16 21:46:47 +0000 | [diff] [blame^] | 4 | "name": "GpuServiceVendorTests", |
5 | "options": [ | ||||
6 | { | ||||
7 | // Exclude test methods that require a physical device to run. | ||||
8 | "exclude-annotation": "android.platform.test.annotations.RequiresDevice" | ||||
9 | } | ||||
10 | ] | ||||
Paul Thomson | 573b51e | 2022-01-14 17:28:57 +0000 | [diff] [blame] | 11 | } |
12 | ] | ||||
13 | } |