blob: a809be18e18820fcca8a19a094ae939a374a004e [file] [log] [blame]
Paul Thomson573b51e2022-01-14 17:28:57 +00001{
2 "presubmit": [
3 {
Serdar Kocdemir9f249a42024-09-16 21:46:47 +00004 "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 Thomson573b51e2022-01-14 17:28:57 +000011 }
12 ]
13}