• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
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      ]
11    }
12  ]
13}
14