mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 03:14:17 +00:00
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I075670b64eebbbbd6a6ae0e84ad51bf1c6f5ba36
20 lines
494 B
Plaintext
20 lines
494 B
Plaintext
cc_binary {
|
|
name: "android.hardware.radio.config@1.0-service",
|
|
init_rc: ["android.hardware.radio.config@1.0-service.rc"],
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
srcs: [
|
|
"RadioConfig.cpp",
|
|
"RadioConfigIndication.cpp",
|
|
"RadioConfigResponse.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libhidlbase",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.radio.config@1.0",
|
|
"android.hardware.radio@1.0",
|
|
],
|
|
}
|