Move CMWallpapers from common.mk to common_full.mk

Change-Id: I7bd7e27cd30cfee9a2708a498c9dcad86cae893d
This commit is contained in:
FUKAUMI Naoki 2011-05-13 16:05:00 +09:00
parent bf042ca3d9
commit 912b0ffa8a
4 changed files with 10 additions and 1 deletions

View File

@ -37,7 +37,6 @@ PRODUCT_PACKAGES += \
CMParts \
CMStats \
CMUpdateNotify \
CMWallpapers \
DSPManager \
libcyanogen-dsp \
Pacman

View File

@ -1,6 +1,10 @@
# 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

View File

@ -25,6 +25,9 @@ PRODUCT_BUILD_PROP_OVERRIDES += BUILD_ID=FRG83 BUILD_DISPLAY_ID=GRJ22 BUILD_FING
# Extra DS overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/dream_sapphire
# Add the CMWallpapers app
PRODUCT_PACKAGES += CMWallpapers
# This file is used to install the correct audio profile when booted
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/dream_sapphire/etc/init.d/02audio_profile:system/etc/init.d/02audio_profile

View File

@ -17,6 +17,9 @@ PRODUCT_MODEL := Geeksphone ONE
PRODUCT_MANUFACTURER := Geeksphone
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_DEVICE=geeksphone-one PRODUCT_NAME=geeksphone_one BUILD_ID=GRI40 BUILD_DISPLAY_ID=GRJ22 BUILD_FINGERPRINT=google/passion/passion:2.3.3/GRI40/102588:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.3.3 GRI40 102588 release-keys"
# Add the CMWallpapers app
PRODUCT_PACKAGES += CMWallpapers
#
# Move dalvik cache to data partition where there is more room to solve startup problems
#