blob: 6257aee2178d238078a17f6d53c7f2d98b41a7ca [file] [log] [blame]
Eino-Ville Talvalabb6e4142018-08-21 14:17:40 -07001{
2 "presubmit": [
3 {
Eino-Ville Talvala733731b2020-06-14 14:55:15 -07004 "name": "cameraservice_test"
5 }
6 ],
Biswarup Pal37a75182024-01-16 15:53:35 +00007 "postsubmit": [
8 {
9 "name": "CtsVirtualDevicesCameraTestCases",
10 "options": [
11 {
12 "exclude-annotation": "androidx.test.filters.FlakyTest"
13 }
14 ],
15 "keywords": ["primary-device"]
16 }
17 ],
Eino-Ville Talvala733731b2020-06-14 14:55:15 -070018 "imports": [
19 {
20 "path": "frameworks/av/camera"
Eino-Ville Talvalabb6e4142018-08-21 14:17:40 -070021 }
22 ]
23}