blob: 94f3f2561af0c1aa1c6fb93d8b32fa8681a7aacc [file] [log] [blame]
Kalle Raitaa099a242017-01-11 11:17:29 -08001cc_test {
2 name: "sffakehwc_test",
3 srcs: [
4 "FakeComposerClient.cpp",
5 "FakeComposerService.cpp",
6 "FakeComposerUtils.cpp",
7 "SFFakeHwc_test.cpp"
8 ],
9 shared_libs: [
10 "libcutils",
11 "libutils",
12 "libbinder",
13 "libui",
14 "libgui",
15 "liblog",
16 "libnativewindow",
17 "android.hardware.graphics.composer@2.1",
18 "android.hardware.graphics.mapper@2.0",
19 "libhwbinder",
20 "libhardware",
21 "libhidlbase",
22 "libsync",
23 "libfmq",
24 "libbase",
25 "libhidltransport"
26 ],
27 static_libs: [
28 "libhwcomposer-client",
29 "libsurfaceflingerincludes",
30 "libtrace_proto",
31 "libgmock"
32 ],
33 tags: ["tests"],
34 test_suites: ["device-tests"]
35}