7935a8e4c3
This reduces size greatly when using small_base. Change-Id: I135e54c1f225c807d1f7a11af2f2cc9aa75889b1
18 lines
509 B
Makefile
18 lines
509 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cyanogen/products/common.mk)
|
|
|
|
# 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
|