forked from LineageOS/android_device_motorola_nash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage_nash.mk
32 lines (24 loc) · 1.04 KB
/
lineage_nash.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
# 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/product_launched_with_n_mr1.mk)
# Vendor blobs
$(call inherit-product, vendor/motorola/nash/nash-vendor.mk)
# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Device
$(call inherit-product, device/motorola/nash/device.mk)
# Boot Animtion
TARGET_BOOTANIMATION_HALF_RES := true
# Device identifiers
BUILD_FINGERPRINT := motorola/nash_retail/nash:9/PPX29.159-24/e78f1:user/release-keys
PRODUCT_BRAND := motorola
PRODUCT_DEVICE := nash
PRODUCT_MANUFACTURER := Motorola
PRODUCT_MODEL := Moto Z2
PRODUCT_NAME := lineage_nash
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=nash