blob: 47c4f4abb7fe36b3b9152544328c720063fcb043 [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",
chaviw1d044282017-09-27 12:19:28 -070025 "libhidltransport",
26 "liblayers_proto"
Kalle Raitaa099a242017-01-11 11:17:29 -080027 ],
28 static_libs: [
29 "libhwcomposer-client",
30 "libsurfaceflingerincludes",
31 "libtrace_proto",
32 "libgmock"
33 ],
Steven Thomas6e8f7062017-11-22 14:15:29 -080034 cppflags: [
35 "-std=c++1z",
36 ],
Kalle Raitaa099a242017-01-11 11:17:29 -080037 tags: ["tests"],
38 test_suites: ["device-tests"]
39}