himta ram | 8f6955f | 2020-01-09 17:14:27 +0530 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "libqcomfm_jni", |
| 3 | |
Huang Li | 80a6979 | 2020-04-07 15:34:04 +0800 | [diff] [blame] | 4 | system_ext_specific: true, |
himta ram | 8f6955f | 2020-01-09 17:14:27 +0530 | [diff] [blame] | 5 | srcs: [ |
| 6 | "android_hardware_fm.cpp", |
himta ram | 8f6955f | 2020-01-09 17:14:27 +0530 | [diff] [blame] | 7 | ], |
| 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 | } |