-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm.mk
31 lines (24 loc) · 994 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
28
29
30
31
# Prepare for new BootAnimation
TARGET_BOOTANIMATION_NAME := vertical-320x480
# Include GSM stuff
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit device configuration for e720.
$(call inherit-product, device/lge/e720/e720.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cm/config/common_mini_phone.mk)
# Include FM-Radio stuff
#$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)
PRODUCT_NAME := cm_e720
PRODUCT_BRAND := lge
PRODUCT_DEVICE := e720
PRODUCT_MODEL := LG-E720
PRODUCT_MANUFACTURER := LGE
PRODUCT_CHARACTERISTICS := phone
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=lge_e720 \
BUILD_FINGERPRINT="lge/alessi/alessi:2.2.1/GRI40/LG-E720-V10b.19C11F164C:user/release-keys" \
PRIVATE_BUILD_DESC="alessi-user 2.2.1 GRI40 LG-E720-V10b.19C11F164C release-keys"
# Release name and versioning
PRODUCT_RELEASE_NAME := OptimusChic
PRODUCT_VERSION_DEVICE_SPECIFIC :=
-include vendor/cyanogen/products/common_versions.mk