-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk~
22 lines (15 loc) · 807 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)
## Release name
PRODUCT_RELEASE_NAME := Sunfire
## Boot animation
TARGET_BOOTANIMATION_NAME := vertical-540
## Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
## Inherit device configuration
$(call inherit-product, device/moto/sunfire/sunfire.mk)
PRODUCT_NAME := cm_sunfire
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := sunfire
## Device fingerprint
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_BRAND=sprint PRODUCT_NAME=moto_sunfire PRODUCT_MANUFACTURER=Motorola BUILD_PRODUCT=sprint/moto_sunfire/sunfire:2.3.4/4.5.1A-1_SUN-198_6/CM:user/release-keys PRIVATE_BUILD_DESC="sunfire-user 2.3.4 4.5.1A-1_SUN-198_6 CM release-keys"