blob: ed12108f93bcd6e12fc39cb018ca89592e7220af [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +00002 default_team: "trendy_team_fwk_telephony",
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
yinxu26487e72018-01-22 16:29:00 -080011cc_binary {
12 name: "android.hardware.radio.config@1.0-service",
13 init_rc: ["android.hardware.radio.config@1.0-service.rc"],
14 relative_install_path: "hw",
15 vendor: true,
16 srcs: [
17 "RadioConfig.cpp",
18 "RadioConfigIndication.cpp",
19 "RadioConfigResponse.cpp",
20 "service.cpp",
21 ],
22 shared_libs: [
23 "libhidlbase",
yinxu26487e72018-01-22 16:29:00 -080024 "liblog",
25 "libutils",
26 "android.hardware.radio.config@1.0",
27 "android.hardware.radio@1.0",
28 ],
29}