Add common config for devices with low space on system

Change-Id: I4e63dc4d608ed79c36c6757b2ffbfc76cd3634e6
This commit is contained in:
Adam Farden
2012-03-07 14:34:38 +01:00
parent 4820d8f4ea
commit db2438bad5
4 changed files with 37 additions and 4 deletions

View File

@@ -2,7 +2,13 @@
$(call inherit-product, vendor/cm/config/common.mk)
# Bring in all audio files
include frameworks/base/data/sounds/AllAudio.mk
include frameworks/base/data/sounds/NewAudio.mk
# Extra Ringtones
include frameworks/base/data/sounds/AudioPackageNewWave.mk
# Bring in all video files
$(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk)
# Include CM audio files
include vendor/cm/config/cm_audio.mk