2694f70576
Capable devices now inherit from common_full.mk, where smaller devices can inherit from common.mk. This currently excludes the extra ringtones and built in themes. Change-Id: I604ac29648a7311ba1dcc9a8005b1be1424ce596
14 lines
316 B
Makefile
14 lines
316 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
|
|
|
|
# Default ringtone
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.config.ringtone=DonMessWivIt.ogg
|
|
|