From ff56fea2b9f6d77776fe4503e6867c815c887333 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Tue, 9 Aug 2011 14:03:06 +0200 Subject: [PATCH] Don't inherit FM app, as it doesn't work properly with the Defy audio stack. Change-Id: I6619d3c4841204f0028e1dbd4e71a6064fabc295 --- products/cyanogen_jordan.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/products/cyanogen_jordan.mk b/products/cyanogen_jordan.mk index 3d59cac1..0f65d284 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 @@ PRODUCT_PACKAGE_OVERLAYS += \ # 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) -