yinxu | 26487e7 | 2018-01-22 16:29:00 -0800 | [diff] [blame] | 1 | cc_binary { |
| 2 | name: "android.hardware.radio.config@1.0-service", |
| 3 | init_rc: ["android.hardware.radio.config@1.0-service.rc"], |
| 4 | relative_install_path: "hw", |
| 5 | vendor: true, |
| 6 | srcs: [ |
| 7 | "RadioConfig.cpp", |
| 8 | "RadioConfigIndication.cpp", |
| 9 | "RadioConfigResponse.cpp", |
| 10 | "service.cpp", |
| 11 | ], |
| 12 | shared_libs: [ |
| 13 | "libhidlbase", |
yinxu | 26487e7 | 2018-01-22 16:29:00 -0800 | [diff] [blame] | 14 | "liblog", |
| 15 | "libutils", |
| 16 | "android.hardware.radio.config@1.0", |
| 17 | "android.hardware.radio@1.0", |
| 18 | ], |
| 19 | } |