FM: Convert Android.mk with Android.bp
Convert all FM Android.mk files with Android.bp.
CRs-Fixed: 2605160
Change-Id: I00f7e433608a8b60f6b35e03b99ed85b59736ed3
diff --git a/helium/Android.bp b/helium/Android.bp
new file mode 100644
index 0000000..3c29a99
--- /dev/null
+++ b/helium/Android.bp
@@ -0,0 +1,23 @@
+
+
+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/commonsys/fm/fm_hci"],
+
+ product_specific: true,
+
+}