aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Laker <10kylelaker@gmail.com>2014-09-23 20:10:02 -0400
committerEthan Chen <intervigil@gmail.com>2014-10-19 21:38:33 -0700
commita6910ebe4dcb77afead5bbbe41b9a6f017745cff (patch)
tree0d65e19599fd7b48033a82de17bb9f03448c3114
parent3900cddbb6eb1a13ee452b925570b05c2eba6f90 (diff)
m7spr: Add FM radio support
Change-Id: If68c16f9fca62b6436803dd2cda967b6304f63a9
-rw-r--r--device.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index b3ee735..8da473d 100644
--- a/device.mk
+++ b/device.mk
@@ -20,5 +20,11 @@ $(call inherit-product-if-exists, vendor/htc/m7spr/m7spr-vendor.mk)
# local overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
+# FM radio
+PRODUCT_PACKAGES += \
+ FM2 \
+ FMRecord \
+ qcom.fmradio
+
# Inherit from m7-common
$(call inherit-product, device/htc/m7-common/m7-common.mk)