-
Notifications
You must be signed in to change notification settings - Fork 2
/
cm.mk
27 lines (22 loc) · 825 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
24
25
26
27
# Inherit device configuration
$(call inherit-product, device/huawei/c8812e/c8812e.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_mini_phone.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/cdma.mk)
# Correct boot animation size for the screen.
TARGET_SCREEN_HEIGHT := 800
TARGET_SCREEN_WIDTH := 480
# Setup device configuration
PRODUCT_NAME := cm_c8812e
PRODUCT_DEVICE := c8812e
PRODUCT_BRAND := Huawei
PRODUCT_MODEL := HUAWEI C8812E
PRODUCT_MANUFACTURER := Huawei
PRODUCT_RELEASE_NAME := C8812E
#Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=c8812e \
BUILD_FINGERPRINT=huawei/c8812e:4.2.2/JDQ39E/140513:user/release \
PRIVATE_BUILD_DESC="huawei-user 4.2.2 JDQ39E 140513 release" \
BUILD_NUMBER=130412