blob: fc6c4f3b1f3da02b3ea8546dfbf9c9931a4364be [file] [log] [blame]
Lloyd Pique70d91362018-10-18 16:02:55 -07001{
Nolan Scobie8c7c3ef2023-04-10 14:43:02 -04002 "imports": [
3 {
4 "path": "frameworks/native/libs/gui"
5 }
6 ],
Lloyd Pique70d91362018-10-18 16:02:55 -07007 "presubmit": [
8 {
9 "name": "libsurfaceflinger_unittest"
10 },
11 {
12 "name": "libcompositionengine_test"
Florian Mayer4c64da22023-03-10 18:55:05 +000013 },
14 {
15 "name": "libscheduler_test"
16 }
17 ],
18 "hwasan-presubmit": [
19 {
20 "name": "libscheduler_test"
Lloyd Pique70d91362018-10-18 16:02:55 -070021 }
22 ]
23}