Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 1 | package { |
Aditya Choudhary | ad2ba1b | 2024-02-05 15:45:22 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_tv_os", |
Bob Badour | c22b35b | 2021-02-23 14:26:20 -0800 | [diff] [blame] | 3 | // 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 | |
Marvin Ramin | b8fe666 | 2021-02-08 11:33:33 +0100 | [diff] [blame] | 11 | cc_binary { |
| 12 | name: "android.hardware.tv.cec@1.1-service", |
| 13 | defaults: ["hidl_defaults"], |
| 14 | vintf_fragments: ["android.hardware.tv.cec@1.1-service.xml"], |
| 15 | relative_install_path: "hw", |
| 16 | vendor: true, |
| 17 | init_rc: ["android.hardware.tv.cec@1.1-service.rc"], |
| 18 | srcs: [ |
| 19 | "serviceMock.cpp", |
| 20 | "HdmiCecMock.cpp", |
| 21 | ], |
| 22 | |
| 23 | shared_libs: [ |
| 24 | "liblog", |
| 25 | "libcutils", |
| 26 | "libbase", |
| 27 | "libutils", |
| 28 | "libhardware", |
| 29 | "libhidlbase", |
| 30 | "android.hardware.tv.cec@1.0", |
| 31 | "android.hardware.tv.cec@1.1", |
| 32 | ], |
| 33 | } |