From a65f79692503bf6c3372ee17dada471e18726564 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Wed, 2 Nov 2011 00:20:57 +0100 Subject: [PATCH] cm: Add a "common_full_no_themes" makefile for LDPI devices Taken from http://review.cyanogenmod.com/#change,8242 But since it's uncertain if that's ever going to be merged, I though a separate patch for it would be good. Change-Id: Icc5759881d84e10d4d05d371ec600f6fec0017a5 --- products/common_full_no_themes.mk | 18 ++++++++++++++++++ products/cyanogen_buzz.mk | 2 +- products/cyanogen_click.mk | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 products/common_full_no_themes.mk diff --git a/products/common_full_no_themes.mk b/products/common_full_no_themes.mk new file mode 100644 index 00000000..c45a0693 --- /dev/null +++ b/products/common_full_no_themes.mk @@ -0,0 +1,18 @@ +# Inherit common CM stuff +$(call inherit-product, vendor/cyanogen/products/common.mk) + +# CyanogenMod specific product packages +PRODUCT_PACKAGES += \ + CMWallpapers + +# Bring in all audio files +include frameworks/base/data/sounds/AllAudio.mk + +# Include extra dictionaries for LatinIME +PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/dictionaries + +# Default ringtone +PRODUCT_PROPERTY_OVERRIDES += \ + ro.config.ringtone=Playa.ogg \ + ro.config.notification_sound=regulus.ogg \ + ro.config.alarm_alert=Alarm_Beep_03.ogg diff --git a/products/cyanogen_buzz.mk b/products/cyanogen_buzz.mk index 2dc4e994..876e6c24 100644 --- a/products/cyanogen_buzz.mk +++ b/products/cyanogen_buzz.mk @@ -2,7 +2,7 @@ $(call inherit-product, device/htc/buzz/buzz.mk) # Inherit some common cyanogenmod stuff. -$(call inherit-product, vendor/cyanogen/products/common_full.mk) +$(call inherit-product, vendor/cyanogen/products/common_full_no_themes.mk) # Include GSM stuff $(call inherit-product, vendor/cyanogen/products/gsm.mk) diff --git a/products/cyanogen_click.mk b/products/cyanogen_click.mk index c577386d..bdcde714 100644 --- a/products/cyanogen_click.mk +++ b/products/cyanogen_click.mk @@ -2,7 +2,7 @@ $(call inherit-product, device/htc/click/click.mk) # Inherit some common cyanogenmod stuff. -$(call inherit-product, vendor/cyanogen/products/common_full.mk) +$(call inherit-product, vendor/cyanogen/products/common_full_no_themes.mk) # Include GSM stuff $(call inherit-product, vendor/cyanogen/products/gsm.mk)