blob: 9696223494d414d232f9b609016a8d262abc10c5 [file] [log] [blame]
himta ram8f6955f2020-01-09 17:14:27 +05301cc_library_shared {
2 name: "libqcomfm_jni",
3
4 product_specific: true,
5 srcs: [
6 "android_hardware_fm.cpp",
himta ram8f6955f2020-01-09 17:14:27 +05307 ],
8
9 host_ldlibs: ["-ldl"],
10 shared_libs: [
11 "libandroid_runtime",
12 "libnativehelper",
13 "liblog",
14 "libcutils",
15 "libbtconfigstore",
16 ],
17
18 include_dirs: [
19 "vendor/qcom/opensource/commonsys-intf/bluetooth/include",
20 "vendor/qcom/opensource/commonsys/bluetooth_ext/system_bt_ext/btconfigstore",
21 "vendor/qcom/opensource/commonsys/fm/helium",
22 ],
23
24}