blob: 3535fbb1b4eedd5407112a5e493e37154d8e815c [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 ],
Ana Krulecea7e0182020-11-02 18:09:15 -080011 require_root: true,
Kalle Raitaa099a242017-01-11 11:17:29 -080012 shared_libs: [
Kalle Raitaa099a242017-01-11 11:17:29 -080013 "android.hardware.graphics.composer@2.1",
Ady Abrahame0f9edb2019-11-19 14:25:04 -080014 "android.hardware.graphics.composer@2.2",
15 "android.hardware.graphics.composer@2.3",
16 "android.hardware.graphics.composer@2.4",
Kalle Raitaa099a242017-01-11 11:17:29 -080017 "android.hardware.graphics.mapper@2.0",
Marissa Wall39903202019-01-11 09:02:11 -080018 "android.hardware.graphics.mapper@3.0",
Marissa Wall87c8ba72019-06-20 14:20:52 -070019 "android.hardware.graphics.mapper@4.0",
Michael Wright5d22d4f2018-06-21 02:50:34 +010020 "android.hardware.power@1.3",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080021 "libbase",
22 "libbinder",
23 "libcutils",
24 "libfmq",
25 "libgui",
Kalle Raitaa099a242017-01-11 11:17:29 -080026 "libhidlbase",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080027 "liblayers_proto",
28 "liblog",
29 "libnativewindow",
30 "libsync",
Yiwei Zhangd7927052020-01-13 16:05:01 -080031 "libtimestats",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080032 "libui",
33 "libutils",
Kalle Raitaa099a242017-01-11 11:17:29 -080034 ],
35 static_libs: [
Ana Krulecea7e0182020-11-02 18:09:15 -080036 "android.hardware.graphics.composer@2.1-resources",
Lloyd Pique6a3b4462019-03-07 20:58:12 -080037 "libcompositionengine",
Peiyong Lincbc184f2018-08-22 13:24:10 -070038 "libgmock",
Mikael Pessa2e1608f2019-07-19 11:25:35 -070039 "libperfetto_client_experimental",
Peiyong Lincbc184f2018-08-22 13:24:10 -070040 "librenderengine",
Kalle Raitaa099a242017-01-11 11:17:29 -080041 "libtrace_proto",
Kalle Raitaa099a242017-01-11 11:17:29 -080042 ],
Courtney Goeltzenleuchter87551222018-01-16 14:00:09 -080043 header_libs: [
Ady Abrahame0f9edb2019-11-19 14:25:04 -080044 "android.hardware.graphics.composer@2.4-command-buffer",
45 "android.hardware.graphics.composer@2.4-hal",
Lloyd Pique66ce40d2018-01-23 16:42:19 -080046 "libsurfaceflinger_headers",
Courtney Goeltzenleuchter87551222018-01-16 14:00:09 -080047 ],
Chia-I Wud15d2d22018-01-29 13:59:18 -080048}