blob: 96fea4e6cd39d0999feba24c9693760831c3e1ac [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080010cc_binary {
11 name: "android.hardware.graphics.composer@2.1-service",
Steven Moreland48c52242017-03-08 16:11:32 -080012 defaults: ["hidl_defaults"],
Chia-I Wube99ad62018-01-30 21:18:59 -080013 vendor: true,
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080014 relative_install_path: "hw",
Chia-I Wu16624b62017-02-02 09:03:20 -080015 srcs: ["service.cpp"],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080016 init_rc: ["android.hardware.graphics.composer@2.1-service.rc"],
Ady Abraham43e42ff2020-09-25 14:28:36 -070017 header_libs: [
18 "android.hardware.graphics.composer@2.1-passthrough",
19 ],
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080020 shared_libs: [
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080021 "android.hardware.graphics.composer@2.1",
Ady Abraham43e42ff2020-09-25 14:28:36 -070022 "android.hardware.graphics.composer@2.1-resources",
23 "libbase",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080024 "libbinder",
Ady Abraham43e42ff2020-09-25 14:28:36 -070025 "libcutils",
26 "libfmq",
27 "libhardware",
Yifan Hong6b920e42016-11-16 14:17:58 -080028 "libhidlbase",
Ady Abraham43e42ff2020-09-25 14:28:36 -070029 "libhwc2on1adapter",
30 "libhwc2onfbadapter",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080031 "liblog",
Chia-I Wubb61a722016-10-24 15:40:20 +080032 "libsync",
Chia-I Wub0b5a4d2016-10-17 14:56:15 +080033 "libutils",
34 ],
35}