FM: fm_hci/helium: Exclude from OSS builds
* These libraries depend on closed source headers which we don't include in OSS builds. Change-Id: I8fc82ff468e1f58eebd4fe0ab4b3f832cd7e2bab
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
cc_library_shared {
|
|
||||||
name: "libfm-hci",
|
|
||||||
|
|
||||||
srcs: ["fm_hci.cpp"],
|
|
||||||
|
|
||||||
shared_libs: [
|
|
||||||
"libdl",
|
|
||||||
"libcutils",
|
|
||||||
"libbase",
|
|
||||||
"libhidlbase",
|
|
||||||
"liblog",
|
|
||||||
"libutils",
|
|
||||||
"vendor.qti.hardware.fm@1.0",
|
|
||||||
],
|
|
||||||
|
|
||||||
cflags: ["-Wno-unused-parameter"],
|
|
||||||
|
|
||||||
include_dirs: [
|
|
||||||
"vendor/qcom/opensource/fm-commonsys/helium",
|
|
||||||
],
|
|
||||||
|
|
||||||
system_ext_specific: true,
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
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,
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user