forked from LineageOS/android_device_lge_mako
-
Notifications
You must be signed in to change notification settings - Fork 11
/
lineage_mako.mk
33 lines (25 loc) · 1.1 KB
/
lineage_mako.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
33
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 768
# Lineage Charger
WITH_LINEAGE_CHARGER := false
# Inherit from the common product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit from the Lineage vendor
$(call inherit-product, vendor/lineage/config/common_mini_phone.mk)
$(call inherit-product, vendor/lineage/build/target/product/product_launched_with_j_mr1.mk)
# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/lge/mako/device.mk)
$(call inherit-product, vendor/lge/mako/mako-vendor.mk)
# Dalvik (2 GB configuration)
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := mako
PRODUCT_NAME := lineage_mako
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 4
PRODUCT_MANUFACTURER := LGE
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=occam \
PRIVATE_BUILD_DESC="occam-user 5.1.1 LMY48T 2237560 release-keys"
BUILD_FINGERPRINT := google/occam/mako:5.1.1/LMY48T/2237560:user/release-keys