# Release name PRODUCT_RELEASE_NAME := endeavoru # Boot animation TARGET_SCREEN_HEIGHT := 1280 TARGET_SCREEN_WIDTH := 720 # Inherit some common CM stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) # Enhanced NFC $(call inherit-product, vendor/cm/config/nfc_enhanced.mk) # Inherit device configuration $(call inherit-product, device/htc/endeavoru/full_endeavoru.mk) ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := endeavoru PRODUCT_NAME := cm_endeavoru PRODUCT_BRAND := htc PRODUCT_MODEL := One X PRODUCT_MANUFACTURER := HTC #Set build fingerprint / ID / Product Name ect. PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME=htc_europe \ TARGET_DEVICE=endeavoru \ BUILD_FINGERPRINT="htc/htc_europe/endeavoru:4.2.2/JDQ39/231174.2:user/release-keys" \ PRIVATE_BUILD_DESC="4.18.401.2 CL231174 release-keys"