android_device_htc_leo/cm.mk
Arif Ali e588095f2c leo: some updates
* Added init.htcleo.usb.rc into init.htcleo.rc
* Added CMSettings
* minor changes to squisher.sh script
2011-12-28 14:08:03 +00:00

34 lines
984 B
Makefile

## Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
# 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
PRODUCT_MODEL := HTC HD2
PRODUCT_MANUFACTURER := HTC
PRODUCT_BRAND := htc
PRODUCT_DEVICE := leo
PRODUCT_NAME := cm_leo
#Set build fingerprint / ID / Prduct Name ect.
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"
PRODUCT_PACKAGES += \
Camera \
CMSettings
# Release name and versioning
PRODUCT_RELEASE_NAME := LEO
#PRODUCT_VERSION_DEVICE_SPECIFIC := -aali
-include vendor/cm/products/common_versions.mk