-
Notifications
You must be signed in to change notification settings - Fork 1
/
styx_nash.mk
39 lines (29 loc) · 1.15 KB
/
styx_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
33
34
35
36
37
38
39
# Inherit some common StyxOS stuff.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, vendor/styx/config/common.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.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
PRODUCT_BRAND := motorola
PRODUCT_DEVICE := nash
PRODUCT_MANUFACTURER := Motorola
PRODUCT_MODEL := Moto Z2
PRODUCT_NAME := styx_nash
PRODUCT_RELEASE_NAME := nash
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=nash
# StyxOS
STYX_BUILD_VARIANT := OFFICIAL
PRODUCT_PRODUCT_PROPERTIES += \
org.styxproject.maintainer=Deivid Ignacio