blob: 1d6e8e07d66ec0dad4d6d446e44e0716ab1104d1 [file] [log] [blame]
cc_library_shared {
name: "libqcomfm_jni",
system_ext_specific: true,
srcs: [
"android_hardware_fm.cpp",
],
host_ldlibs: ["-ldl"],
shared_libs: [
"libandroid_runtime",
"libnativehelper",
"liblog",
"libcutils",
"libbtconfigstore",
],
include_dirs: [
"vendor/qcom/opensource/commonsys-intf/bluetooth/include",
"vendor/qcom/opensource/commonsys/bluetooth_ext/system_bt_ext/btconfigstore",
"vendor/qcom/opensource/commonsys/fm/helium",
],
}