-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage.mk
36 lines (27 loc) · 1.14 KB
/
lineage.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
34
35
36
## Specify phone tech before including full_phone
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/motorola/woods/device.mk)
# Release name
PRODUCT_RELEASE_NAME := woods
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
DEVICE_RESOLUTION := 720x1280
TARGET_BOOTANIMATION_NAME := 720
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := woods
PRODUCT_NAME := lineage_woods
PRODUCT_BRAND := Motorola
PRODUCT_MODEL := Moto E4
PRODUCT_MANUFACTURER := Motorola
PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT=motorola/woods/woods:7.1.1/NMA26.42-169/300:user/release-keys \
PRIVATE_BUILD_DESC="woods-user 7.1.1 NMA26.42-169 300 release-keys"
PRODUCT_GMS_CLIENTID_BASE := android-motorola
PRODUCT_DEFAULT_LANGUAGE := en
PRODUCT_DEFAULT_REGION := US