summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2011-11-14 06:08:09 +0300
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2011-11-14 06:08:09 +0300
commit1db5839dac98a54b3a0d2550f648a27a1a51c836 (patch)
treef4e46d99425c2f21019b2871119f42ed8a0de504
parent753b72da1e7e89a0e8d48985079b80f866f78482 (diff)
parent4f01d58db041cbb7ee39d2784eb04a0bf9130665 (diff)
downloadvendor_replicant-1db5839dac98a54b3a0d2550f648a27a1a51c836.zip
vendor_replicant-1db5839dac98a54b3a0d2550f648a27a1a51c836.tar.gz
vendor_replicant-1db5839dac98a54b3a0d2550f648a27a1a51c836.tar.bz2
Merge "cm: Add a "common_full_no_themes" makefile for LDPI devices" into gingerbread
-rw-r--r--products/common_full_no_themes.mk18
-rw-r--r--products/cyanogen_buzz.mk2
-rw-r--r--products/cyanogen_click.mk2
3 files changed, 20 insertions, 2 deletions
diff --git a/products/common_full_no_themes.mk b/products/common_full_no_themes.mk
new file mode 100644
index 0000000..c45a069
--- /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 2dc4e99..876e6c2 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 c577386..bdcde71 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)