-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkylin.mk
27 lines (20 loc) · 896 Bytes
/
kylin.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
## Specify phone tech before including full_phone
$(call inherit-product, vendor/kylin/config/gsm.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 768
# Inherit some common KM stuff.
$(call inherit-product, vendor/kylin/config/common_full_phone.mk)
# Enhanced NFC
$(call inherit-product, vendor/kylin/config/nfc_enhanced.mk)
# Inherit device configuration
$(call inherit-product, device/lge/e975/e975.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := e975
PRODUCT_NAME := km_e975
PRODUCT_BRAND := lge
PRODUCT_MODEL := LG-E975
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=geehrc_open_eu BUILD_FINGERPRINT=lge/geehrc_open_eu/geehrc:4.1.2/JZO54K/E97510b.1360741472:user/release-keys PRIVATE_BUILD_DESC="geehrc_open_eu-user 4.1.2 JZO54K E97510b.1360741472 release-keys"
# Enable Torch
PRODUCT_PACKAGES += Torch