• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "CtsGraphicsTestCases",
5      "options": [
6        {
7          "include-filter": "android.graphics.cts.AImageDecoderTest"
8        },
9        {
10          "include-filter": "android.graphics.cts.Bitmap_CompressFormatTest"
11        },
12        {
13          "include-filter": "android.graphics.cts.BitmapFactoryTest"
14        },
15        {
16          "include-filter": "android.graphics.cts.BitmapRegionDecoderTest"
17        },
18        {
19          "include-filter": "android.graphics.cts.BitmapTest"
20        },
21        {
22          "include-filter": "android.graphics.cts.ImageDecoderTest"
23        },
24        {
25          "include-filter": "android.graphics.drawable.cts.AnimatedImageDrawableTest"
26        }
27      ]
28    }
29  ]
30}
31