android_device_htc_leo/cm.mk

29 lines
932 B
Makefile
Raw Normal View History

## Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
2011-11-28 23:40:14 +00:00
# Release name
PRODUCT_RELEASE_NAME := GN
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/htc/leo/full_leo.mk)
## Device identifier. This must come after all inclusions
2011-12-03 22:35:09 +00:00
PRODUCT_MODEL := HTC HD2
PRODUCT_MANUFACTURER := HTC
2011-11-28 23:46:12 +00:00
PRODUCT_BRAND := htc
PRODUCT_DEVICE := leo
2011-11-28 23:40:14 +00:00
PRODUCT_NAME := cm_leo
#Set build fingerprint / ID / Prduct Name ect.
2011-12-21 00:35:36 +00:00
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=leo BUILD_ID=IML74K BUILD_DISPLAY_ID=IML74K BUILD_FINGERPRINT="google/htc_leo/leo:4.0.3/IML74K/239410:user/release-keys" PRVIATE_BUILD_DESC="full_leo-user 4.0.3 IML74K 239410 release-keys"
# Release name and versioning
PRODUCT_RELEASE_NAME := LEO
#PRODUCT_VERSION_DEVICE_SPECIFIC := -aali
-include vendor/cm/products/common_versions.mk