blob: b9e8ad81dbd54c83d47edd7cbc39cfd2e7496490 [file] [log] [blame]
cc_library_shared {
name: "fm_helium",
srcs: [
"radio_helium_hal.c",
"radio_helium_hal_cmds.c",
],
shared_libs: [
"libfm-hci",
"libdl",
"liblog",
"libnativehelper",
"libcutils",
],
include_dirs: ["vendor/qcom/opensource/fm-commonsys/fm_hci"],
system_ext_specific: true,
}