replicant-vendor_replicant/products/common_full.mk
FUKAUMI Naoki 912b0ffa8a Move CMWallpapers from common.mk to common_full.mk
Change-Id: I7bd7e27cd30cfee9a2708a498c9dcad86cae893d
2011-05-13 16:05:00 +09:00

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