forked from CANALLA/android_device_OUKITEL_K3_Pro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
lineage_yggdrasil.mk
47 lines (37 loc) · 1.31 KB
/
lineage_yggdrasil.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
40
41
42
43
44
45
46
47
#
#
# Copyright (C) 2019-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Release name
PRODUCT_RELEASE_NAME := yggdrasil
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
# Inherit from yggdrasil device
$(call inherit-product, device/volla/yggdrasil/device.mk)
# Inherit some common Lineage OS stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := lineage_yggdrasil
PRODUCT_DEVICE := yggdrasil
PRODUCT_BRAND := Volla
PRODUCT_MODEL := Phone
PRODUCT_MANUFACTURER := Volla
# Product characteristics
PRODUCT_AAPT_CONFIG := xxhdpi
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Fix build errors
TEMPORARY_DISABLE_PATH_RESTRICTIONS := true
# Boot animation
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
# Build info
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE="Volla Phone" \
PRODUCT_NAME="yggdrasil" \
PRIVATE_BUILD_DESC="sunfish-user 11 RP1A.201105.002 6869500 release-keys"
# Fingerprint
BUILD_FINGERPRINT := "google/sunfish/sunfish:11/RP1A.201105.002/6869500:user/release-keys"