cm: add FM app overlay to bcm_fm_radio.mk
This is currently done for each individual device that uses bcm fm,
but the overlay should be the same for all bcm devices.
Change-Id: Iba2f99d8fe2bdc9bac438b463cf7a4a088ee35ea
diff --git a/overlay/bcm_fm_radio/packages/apps/FM/res/values/config.xml b/overlay/bcm_fm_radio/packages/apps/FM/res/values/config.xml
new file mode 100644
index 0000000..bbb78f7
--- /dev/null
+++ b/overlay/bcm_fm_radio/packages/apps/FM/res/values/config.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Whether or not seek is supported -->
+ <bool name="seek_supported">true</bool>
+</resources>
diff --git a/products/bcm_fm_radio.mk b/products/bcm_fm_radio.mk
index 8566a0c..1e559e7 100644
--- a/products/bcm_fm_radio.mk
+++ b/products/bcm_fm_radio.mk
@@ -2,3 +2,5 @@
PRODUCT_PACKAGES += \
FM \
hcitool
+
+PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/bcm_fm_radio