Merge "cm: Add a "common_full_no_themes" makefile for LDPI devices" into gingerbread
This commit is contained in:
commit
131372a7a6
18
products/common_full_no_themes.mk
Normal file
18
products/common_full_no_themes.mk
Normal file
@ -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
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user