forked from winner00/android_device_lge_hammerhead
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcarbon.mk
More file actions
21 lines (16 loc) · 763 Bytes
/
carbon.mk
File metadata and controls
21 lines (16 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Boot animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
# Inherit some common Carbon stuff.
$(call inherit-product, vendor/carbon/config/common_phone.mk)
# Enhanced NFC
#$(call inherit-product, vendor/carbon/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 := carbon_hammerhead
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 5
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=hammerhead BUILD_FINGERPRINT=google/hammerhead/hammerhead:4.4.4/KTU84P/1227136:user/release-keys PRIVATE_BUILD_DESC="hammerhead-user 4.4.4 KTU84P 1227136 release-keys"