1package { 2 default_team: "trendy_team_tv_os", 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 11cc_binary { 12 name: "[email protected]", 13 defaults: ["hidl_defaults"], 14 vintf_fragments: ["[email protected]"], 15 relative_install_path: "hw", 16 vendor: true, 17 init_rc: ["[email protected]"], 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 "[email protected]", 31 "[email protected]", 32 ], 33} 34