Don't inherit FM app, as it doesn't work properly with the Defy audio
stack.
Change-Id: I6619d3c4841204f0028e1dbd4e71a6064fabc295
diff --git a/products/cyanogen_jordan.mk b/products/cyanogen_jordan.mk
index 3d59cac..0f65d28 100644
--- a/products/cyanogen_jordan.mk
+++ b/products/cyanogen_jordan.mk
@@ -1,6 +1,9 @@
# Inherit AOSP device configuration.
$(call inherit-product, device/motorola/jordan/jordan.mk)
+# Inherit common GSM stuff
+$(call inherit-product, vendor/cyanogen/products/gsm.mk)
+
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
@@ -56,10 +59,3 @@
# Add the Torch app
PRODUCT_PACKAGES += \
Torch
-
-# for custom apns-conf.xml
-$(call inherit-product, vendor/cyanogen/products/gsm.mk)
-
-# TI FM radio
-$(call inherit-product, vendor/cyanogen/products/ti_fm_radio.mk)
-