-
Notifications
You must be signed in to change notification settings - Fork 22
/
cm.mk
40 lines (31 loc) · 1.23 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
$(call inherit-product, device/htc/enrc2b/cm_enrc2b.mk)
# Release name
PRODUCT_RELEASE_NAME := enrc2b
# Preload bootanimation
TARGET_BOOTANIMATION_PRELOAD := true
# Boot animation
TARGET_BOOTANIMATION_NAME := 720
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
#Set build fingerprint / ID / Product Name etc.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=enrc2b BUILD_FINGERPRINT="htc_europe/enrc2b/enrc2b:4.2.2/JRO03C/125529.22:user/release-keys" PRIVATE_BUILD_DESC="3.14.401.22 CL125529 release-keys"
# Device identifier.
PRODUCT_DEVICE := enrc2b
PRODUCT_NAME := cm_enrc2b
PRODUCT_BRAND := htc_europe
PRODUCT_MODEL := One X+
PRODUCT_MANUFACTURER := HTC
CM_BUILDTYPE := NIGHTLY
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/htc/enrc2b/device_enrc2b.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := enrc2b
PRODUCT_NAME := cm_enrc2b
PRODUCT_BRAND := htc
PRODUCT_MODEL := enrc2b
PRODUCT_MANUFACTURER := htc