blob: 00bc621df01825b84d34ad21ca67f399d6c4c261 [file] [log] [blame]
Kalle Raitaa099a242017-01-11 11:17:29 -08001cc_test {
2 name: "sffakehwc_test",
Lloyd Pique66ce40d2018-01-23 16:42:19 -08003 defaults: ["surfaceflinger_defaults"],
4 tags: ["test"],
5 test_suites: ["device-tests"],
Kalle Raitaa099a242017-01-11 11:17:29 -08006 srcs: [
7 "FakeComposerClient.cpp",
8 "FakeComposerService.cpp",
9 "FakeComposerUtils.cpp",
10 "SFFakeHwc_test.cpp"
11 ],
12 shared_libs: [
Kalle Raitaa099a242017-01-11 11:17:29 -080013 "android.hardware.graphics.composer@2.1",
14 "android.hardware.graphics.mapper@2.0",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080015 "libbase",
16 "libbinder",
17 "libcutils",
18 "libfmq",
19 "libgui",
Kalle Raitaa099a242017-01-11 11:17:29 -080020 "libhardware",
21 "libhidlbase",
chaviw1d044282017-09-27 12:19:28 -070022 "libhidltransport",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080023 "libhwbinder",
24 "liblayers_proto",
25 "liblog",
26 "libnativewindow",
27 "libsync",
28 "libui",
29 "libutils",
Kalle Raitaa099a242017-01-11 11:17:29 -080030 ],
31 static_libs: [
Kalle Raitaa099a242017-01-11 11:17:29 -080032 "libtrace_proto",
33 "libgmock"
34 ],
Courtney Goeltzenleuchter87551222018-01-16 14:00:09 -080035 header_libs: [
36 "android.hardware.graphics.composer@2.1-command-buffer",
Chia-I Wud15d2d22018-01-29 13:59:18 -080037 "android.hardware.graphics.composer@2.1-hal",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080038 "libsurfaceflinger_headers",
Courtney Goeltzenleuchter87551222018-01-16 14:00:09 -080039 ],
Chia-I Wud15d2d22018-01-29 13:59:18 -080040}