blob: a367457ae94a977ef02459a50a5514ee3d90f1fb [file] [log] [blame]
Chia-I Wub0b5a4d2016-10-17 14:56:15 +08001cc_binary {
2 name: "android.hardware.graphics.composer@2.1-service",
Steven Moreland48c52242017-03-08 16:11:32 -08003 defaults: ["hidl_defaults"],
Chia-I Wube99ad62018-01-30 21:18:59 -08004 vendor: true,
Chia-I Wub0b5a4d2016-10-17 14:56:15 +08005 relative_install_path: "hw",
Chia-I Wu16624b62017-02-02 09:03:20 -08006 srcs: ["service.cpp"],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +08007 init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
Ady Abraham43e42ff2020-09-25 14:28:36 -07008 header_libs: [
9 "android.hardware.graphics.composer@2.1-passthrough",
10 ],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080011 shared_libs: [
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080012 "android.hardware.graphics.composer@2.1",
Ady Abraham43e42ff2020-09-25 14:28:36 -070013 "android.hardware.graphics.composer@2.1-resources",
14 "libbase",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080015 "libbinder",
Ady Abraham43e42ff2020-09-25 14:28:36 -070016 "libcutils",
17 "libfmq",
18 "libhardware",
Yifan Hong6b920e42016-11-16 14:17:58 -080019 "libhidlbase",
Ady Abraham43e42ff2020-09-25 14:28:36 -070020 "libhwc2on1adapter",
21 "libhwc2onfbadapter",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080022 "liblog",
Chia-I Wubb61a722016-10-24 15:40:20 +080023 "libsync",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080024 "libutils",
25 ],
26}