-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcm.mk
More file actions
24 lines (18 loc) · 796 Bytes
/
cm.mk
File metadata and controls
24 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Boot animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
# Inherit some common CM stuff.
$(call inherit-product, vendor/cmb/config/common_full_phone.mk)
# Enhanced NFC
$(call inherit-product, vendor/cmb/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/lge/hammerhead/full_hammerhead.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := hammerhead
PRODUCT_NAME := cmb_hammerhead
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 5
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=hammerhead BUILD_FINGERPRINT=google/hammerhead/hammerhead:5.0.1/LRX22C/1602158:user/release-keys PRIVATE_BUILD_DESC="hammerhead-user 5.0.1 LRX22C 1602158 release-keys"
# Enable Torch
PRODUCT_PACKAGES += Torch