forked from LineageOS/android_device_essential_mata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage.mk
33 lines (26 loc) · 1.04 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
# Inherit some common Lineage stuff.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Vendor blobs
$(call inherit-product-if-exists, vendor/essential/mata/mata-vendor.mk)
# Device
$(call inherit-product, device/essential/mata/device.mk)
# TWRP
ifeq ($(WITH_TWRP),true)
$(call inherit-product, device/essential/mata/twrp/twrp.mk)
else
TARGET_RECOVERY_FSTAB := device/essential/mata/rootdir/etc/fstab.mata
endif
# Device identifiers
PRODUCT_DEVICE := mata
PRODUCT_NAME := lineage_mata
PRODUCT_BRAND := essential
PRODUCT_MODEL := PH-1
PRODUCT_MANUFACTURER := Essential Products
PRODUCT_RELEASE_NAME := mata
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=mata \
PRIVATE_BUILD_DESC="mata-user 8.1.0 OPM1.180104.166 297 release-keys"
BUILD_FINGERPRINT := essential/mata/mata:8.1.0/OPM1.180104.166/297:user/release-keys