-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcm.mk
32 lines (25 loc) · 996 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
32
# Boot Animation
TARGET_SCREEN_HEIGHT := 480
TARGET_SCREEN_WIDTH := 320
# Include GSM stuff
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit device configuration for p506.
$(call inherit-product, device/lge/p506/p506.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_p506
PRODUCT_BRAND := lge
PRODUCT_DEVICE := p506
PRODUCT_MODEL := LG-P506
PRODUCT_MANUFACTURER := LGE
PRODUCT_CHARACTERISTICS := phone
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=lge_p506 \
BUILD_FINGERPRINT="lge/thunderg/thunderg:2.3.3/GRJ22/LG-P506-V11f.19E55B0D28:user/release-keys" \
PRIVATE_BUILD_DESC="thunderg-user 2.3.3 GRJ22 LG-P506-V11f.19E55B0D28 release-keys"
# Release name and versioning
PRODUCT_RELEASE_NAME := OptimusThrive
PRODUCT_VERSION_DEVICE_SPECIFIC :=
-include vendor/cyanogen/products/common_versions.mk