# Inherit AOSP device configuration for geeksphone one. $(call inherit-product, device/geeksphone/one/one.mk) # Inherit some common cyanogenmod stuff. $(call inherit-product, vendor/cyanogen/products/common.mk) # Include GSM stuff $(call inherit-product, vendor/cyanogen/products/gsm.mk) # # Setup device specific product configuration. # PRODUCT_NAME := cyanogen_one PRODUCT_BRAND := geeksphone PRODUCT_DEVICE := one 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 # PRODUCT_PROPERTY_OVERRIDES += dalvik.vm.dexopt-data-only=1 ifdef CYANOGEN_NIGHTLY PRODUCT_PROPERTY_OVERRIDES += \ ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-ONE else ifdef CYANOGEN_RELEASE PRODUCT_PROPERTY_OVERRIDES += \ ro.modversion=CyanogenMod-7.1.0-RC1-ONE else PRODUCT_PROPERTY_OVERRIDES += \ ro.modversion=CyanogenMod-7.1.0-RC1-ONE-KANG endif endif # # Copy GPO specific prebuilt files # PRODUCT_COPY_FILES += \ vendor/cyanogen/prebuilt/ldpi/media/bootanimation.zip:system/media/bootanimation.zip