Merge "Move CMWallpapers from common.mk to common_full.mk" into gingerbread

gugelfrei
Steve Kondik 13 years ago committed by Gerrit Code Review
commit 2e76708b33

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

@ -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

@ -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

@ -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
#

Loading…
Cancel
Save