forked from intervigilium/android_device_htc_ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm.mk
23 lines (17 loc) · 790 Bytes
/
cm.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := ruby
TARGET_BOOTANIMATION_NAME := 540
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/htc/ruby/device_ruby.mk)
# Setup device specific product configuration.
PRODUCT_DEVICE := ruby
PRODUCT_NAME := cm_ruby
PRODUCT_BRAND := htc
PRODUCT_MODEL := Amaze 4G
PRODUCT_MANUFACTURER := HTC
# Set build fingerprint / ID / Product Name etc.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_ruby BUILD_FINGERPRINT=tmous/htc_ruby/ruby:4.0.3/IML74K/373265.3:user/release-keys PRIVATE_BUILD_DESC="2.14.531.3_R2 CL373265 release-keys" BUILD_NUMBER=373265