cm: Move wallpapers to a common_full Makefile.
This reduces the size of the mini phone but keeps all feature to full phone and tablet config. Change-Id: I9fcc64221b95ba005c6045b97a5502359bfd481d
This commit is contained in:
committed by
Gerrit Code Review
parent
59ff68060c
commit
a69dc02138
@@ -136,15 +136,7 @@ PRODUCT_PACKAGES += \
|
|||||||
VideoEditor \
|
VideoEditor \
|
||||||
VoiceDialer \
|
VoiceDialer \
|
||||||
SoundRecorder \
|
SoundRecorder \
|
||||||
Basic \
|
Basic
|
||||||
HoloSpiralWallpaper \
|
|
||||||
MagicSmokeWallpapers \
|
|
||||||
NoiseField \
|
|
||||||
Galaxy4 \
|
|
||||||
LiveWallpapers \
|
|
||||||
LiveWallpapersPicker \
|
|
||||||
VisualizationWallpapers \
|
|
||||||
PhaseBeam
|
|
||||||
|
|
||||||
# Custom CM packages
|
# Custom CM packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
25
config/common_full.mk
Normal file
25
config/common_full.mk
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# Inherit common CM stuff
|
||||||
|
$(call inherit-product, vendor/cm/config/common.mk)
|
||||||
|
|
||||||
|
# Bring in all audio files
|
||||||
|
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
|
||||||
|
|
||||||
|
# Optional CM packages
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
HoloSpiralWallpaper \
|
||||||
|
MagicSmokeWallpapers \
|
||||||
|
NoiseField \
|
||||||
|
Galaxy4 \
|
||||||
|
LiveWallpapers \
|
||||||
|
LiveWallpapersPicker \
|
||||||
|
VisualizationWallpapers \
|
||||||
|
PhaseBeam
|
@@ -1,17 +1,5 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common.mk)
|
$(call inherit-product, vendor/cm/config/common_full.mk)
|
||||||
|
|
||||||
# Bring in all audio files
|
|
||||||
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
|
|
||||||
|
|
||||||
# Default ringtone
|
# Default ringtone
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
@@ -1,17 +1,5 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common.mk)
|
$(call inherit-product, vendor/cm/config/common_full.mk)
|
||||||
|
|
||||||
# Bring in all audio files
|
|
||||||
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
|
|
||||||
|
|
||||||
# Default ringtone
|
# Default ringtone
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
Reference in New Issue
Block a user