912b0ffa8a
Change-Id: I7bd7e27cd30cfee9a2708a498c9dcad86cae893d
22 lines
589 B
Makefile
22 lines
589 B
Makefile
# 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
|
|
|
|
# Theme packages
|
|
include vendor/cyanogen/products/themes.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
|