From 63ca48ca70c8692282d4a5d69d9d28ca4c8f24fd Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Fri, 6 May 2011 17:19:24 +0200 Subject: [PATCH 1/2] ace: updated GB fingerprint Change-Id: Id0318b1700699e7c2e3ecce8c3e4698ece2daa74 --- products/cyanogen_ace.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/cyanogen_ace.mk b/products/cyanogen_ace.mk index a43cf223..4dd9eff2 100644 --- a/products/cyanogen_ace.mk +++ b/products/cyanogen_ace.mk @@ -15,7 +15,7 @@ PRODUCT_BRAND := htc_wwe PRODUCT_DEVICE := ace PRODUCT_MODEL := Desire HD PRODUCT_MANUFACTURER := HTC -PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_ace BUILD_ID=FRG83D BUILD_DISPLAY_ID=GRJ22 BUILD_FINGERPRINT=htc_wwe/htc_ace/ace/ace:2.2.1/FRG83D/296490:user/release-keys PRIVATE_BUILD_DESC="1.72.405.3 CL296490 release-keys" +PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_ace BUILD_ID=GRI40 BUILD_DISPLAY_ID=GRJ22 BUILD_FINGERPRINT=htc_wwe/htc_ace/ace:2.3.3/GRI40/47853:user/release-keys PRIVATE_BUILD_DESC="2.36.405.8 CL47853 release-keys" # Build kernel #PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL= From 6b1b96c9f46797ae5b22d8d4865bc8bf3a41f214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Tue, 10 May 2011 18:41:23 +0000 Subject: [PATCH 2/2] Revert "Add target specific option to skip wallpapers from build" This reverts commit a185fd8b356995fa22da05ce9b5d384758411762. This commit is broken and disables wallpapers and themes on anything under vega (zeppelin, zero for example) --- products/common.mk | 7 +------ products/cyanogen_vega.mk | 5 ++--- products/themes.mk | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/products/common.mk b/products/common.mk index a1f8629a..64a02685 100644 --- a/products/common.mk +++ b/products/common.mk @@ -37,16 +37,11 @@ PRODUCT_PACKAGES += \ CMParts \ CMStats \ CMUpdateNotify \ + CMWallpapers \ DSPManager \ libcyanogen-dsp \ Pacman -# make wallpapers optional for low-storage-devices -ifneq ($(PRODUCT_SKIP_WALLPAPERS),true) -PRODUCT_PACKAGES += \ - CMWallpapers -endif - # Extra tools in CyanogenMod PRODUCT_PACKAGES += \ openvpn diff --git a/products/cyanogen_vega.mk b/products/cyanogen_vega.mk index 18306c72..76144b30 100644 --- a/products/cyanogen_vega.mk +++ b/products/cyanogen_vega.mk @@ -1,8 +1,7 @@ $(call inherit-product, device/advent/vega/vega.mk) -# skips themes and wallpaper to keep the resulting rom tiny so it fits on /system/ with all languages included -PRODUCT_SKIP_THEMES=true -PRODUCT_SKIP_WALLPAPERS=true +# skips themes and keeps the resulting rom tiny so it fits on /system/ with all languages included +PRODUCT_SPECIFIC_DEFINES += SKIP_THEMES=true # Inherit some common cyanogenmod stuff. $(call inherit-product, vendor/cyanogen/products/common_full.mk) diff --git a/products/themes.mk b/products/themes.mk index 03ef574b..856ab1f9 100644 --- a/products/themes.mk +++ b/products/themes.mk @@ -1,6 +1,6 @@ # Theme packages -ifneq ($(PRODUCT_SKIP_THEMES),true) +ifneq ($(SKIP_THEMES),true) PRODUCT_PACKAGES += \ Androidian \ Cyanbread