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
diff --git a/fm_hci/Android.bp b/fm_hci/Android.bp
deleted file mode 100644
index 4dce550..0000000
--- a/fm_hci/Android.bp
+++ /dev/null
@@ -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,
-
-}
diff --git a/helium/Android.bp b/helium/Android.bp
deleted file mode 100644
index b9e8ad8..0000000
--- a/helium/Android.bp
+++ /dev/null
@@ -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,
-
-}