replicant-vendor_replicant/products/common_full_no_themes.mk

19 lines
528 B
Makefile
Raw Normal View History

# 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