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