blob: 91d9b0d4dbf4457114f88c1ba3ff6b319aa9e513 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
Aditya Choudharyc5c6c622024-01-31 11:06:17 +00002 default_team: "trendy_team_android_core_graphics_stack",
Bob Badourb224b362021-02-12 20:13:01 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080011cc_binary {
12 name: "android.hardware.graphics.composer@2.1-service",
Steven Moreland48c52242017-03-08 16:11:32 -080013 defaults: ["hidl_defaults"],
Chia-I Wube99ad62018-01-30 21:18:59 -080014 vendor: true,
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080015 relative_install_path: "hw",
Chia-I Wu16624b62017-02-02 09:03:20 -080016 srcs: ["service.cpp"],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080017 init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
Ady Abraham1019a172020-09-25 14:28:36 -070018 header_libs: [
19 "android.hardware.graphics.composer@2.1-passthrough",
20 ],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080021 shared_libs: [
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080022 "android.hardware.graphics.composer@2.1",
Ady Abraham1019a172020-09-25 14:28:36 -070023 "android.hardware.graphics.composer@2.1-resources",
24 "libbase",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080025 "libbinder",
Ady Abraham1019a172020-09-25 14:28:36 -070026 "libcutils",
27 "libfmq",
28 "libhardware",
Yifan Hong6b920e42016-11-16 14:17:58 -080029 "libhidlbase",
Ady Abraham1019a172020-09-25 14:28:36 -070030 "libhwc2on1adapter",
31 "libhwc2onfbadapter",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080032 "liblog",
Chia-I Wubb61a722016-10-24 15:40:20 +080033 "libsync",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080034 "libutils",
35 ],
36}