forked from Kra1o5/android_device_huawei_u8833
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
22 lines (17 loc) · 887 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
# Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/huawei/u8833/u8833.mk)
# Correct boot animation size for the screen.
TARGET_BOOTANIMATION_NAME := vertical-480x800
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := u8833
PRODUCT_NAME := cm_u8833
PRODUCT_BRAND := Huawei
PRODUCT_MODEL := Ascend Y300
PRODUCT_MANUFACTURER := HUAWEI
PRODUCT_RELEASE_NAME := u8833
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=u8833 BUILD_ID=GRJ90 BUILD_FINGERPRINT=Huawei/Y300-0100/hwY300-0100:4.1.1/HuaweiY300-0100/C00B175:user/ota-rel-keys,release-keys PRIVATE_BUILD_DESC="Y300-0100-user 4.1.1 GRJ90 C00B175 release-keys"