blob: bf97cbcc036f21996a8161aeec94807ae87ada80 [file] [log] [blame]
himta ram8f6955f2020-01-09 17:14:27 +05301cc_library_shared {
2 name: "libqcomfm_jni",
3
Huang Li80a69792020-04-07 15:34:04 +08004 system_ext_specific: true,
himta ram8f6955f2020-01-09 17:14:27 +05305 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",
himta ram8f6955f2020-01-09 17:14:27 +053015 ],
16
17 include_dirs: [
himta ram8f6955f2020-01-09 17:14:27 +053018 "vendor/qcom/opensource/commonsys/fm/helium",
19 ],
20
21}