blob: 9d74761679a11be27e486c9cb7d4b04da9d64401 [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"],
Lloyd Pique66ce40d2018-01-23 16:42:19 -08004 test_suites: ["device-tests"],
Kalle Raitaa099a242017-01-11 11:17:29 -08005 srcs: [
6 "FakeComposerClient.cpp",
7 "FakeComposerService.cpp",
8 "FakeComposerUtils.cpp",
9 "SFFakeHwc_test.cpp"
10 ],
11 shared_libs: [
Kalle Raitaa099a242017-01-11 11:17:29 -080012 "android.hardware.graphics.composer@2.1",
Marissa Wall72a90b62019-08-01 14:30:50 -070013 "android.hardware.graphics.composer@2.1-resources",
Kalle Raitaa099a242017-01-11 11:17:29 -080014 "android.hardware.graphics.mapper@2.0",
Marissa Wall39903202019-01-11 09:02:11 -080015 "android.hardware.graphics.mapper@3.0",
Marissa Wall87c8ba72019-06-20 14:20:52 -070016 "android.hardware.graphics.mapper@4.0",
Michael Wright5d22d4f2018-06-21 02:50:34 +010017 "android.hardware.power@1.3",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080018 "libbase",
19 "libbinder",
20 "libcutils",
21 "libfmq",
22 "libgui",
Kalle Raitaa099a242017-01-11 11:17:29 -080023 "libhardware",
24 "libhidlbase",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080025 "liblayers_proto",
26 "liblog",
27 "libnativewindow",
28 "libsync",
Yiwei Zhang0102ad22018-05-02 17:37:17 -070029 "libtimestats_proto",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080030 "libui",
31 "libutils",
Kalle Raitaa099a242017-01-11 11:17:29 -080032 ],
33 static_libs: [
Lloyd Pique6a3b4462019-03-07 20:58:12 -080034 "libcompositionengine",
Peiyong Lincbc184f2018-08-22 13:24:10 -070035 "libgmock",
Mikael Pessa2e1608f2019-07-19 11:25:35 -070036 "libperfetto_client_experimental",
Peiyong Lincbc184f2018-08-22 13:24:10 -070037 "librenderengine",
Mikael Pessa2e1608f2019-07-19 11:25:35 -070038 "libtimestats",
Kalle Raitaa099a242017-01-11 11:17:29 -080039 "libtrace_proto",
Kalle Raitaa099a242017-01-11 11:17:29 -080040 ],
Courtney Goeltzenleuchter87551222018-01-16 14:00:09 -080041 header_libs: [
42 "android.hardware.graphics.composer@2.1-command-buffer",
Chia-I Wud15d2d22018-01-29 13:59:18 -080043 "android.hardware.graphics.composer@2.1-hal",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080044 "libsurfaceflinger_headers",
Courtney Goeltzenleuchter87551222018-01-16 14:00:09 -080045 ],
Chia-I Wud15d2d22018-01-29 13:59:18 -080046}