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
This commit is contained in:
Tom Giordano 2011-11-08 01:00:59 +11:00
parent d4dff3a729
commit c3a1440307
2 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -2,3 +2,5 @@
PRODUCT_PACKAGES += \
FM \
hcitool
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/bcm_fm_radio