-
Notifications
You must be signed in to change notification settings - Fork 1
/
lineage_NB1.mk
33 lines (25 loc) · 1.07 KB
/
lineage_NB1.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
#
# Copyright (C) 2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# 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)
# Indicate the first api level the device has been commercially launched on
PRODUCT_SHIPPING_API_LEVEL := 25
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from NB1 device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
PRODUCT_NAME := lineage_NB1
PRODUCT_DEVICE := NB1
PRODUCT_MANUFACTURER := HMD Global
PRODUCT_BRAND := Nokia
PRODUCT_MODEL := Nokia 8
PRODUCT_GMS_CLIENTID_BASE := android-hmd-rev2
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=TA-1004_00WW \
PRIVATE_BUILD_DESC="TA-1004_00WW-user 8.1.0 OPR1.170623.026 00WW_4_88B release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := Nokia/TA-1004_00WW/NB1:8.1.0/OPR1.170623.026/00WW_4_88B:user/release-keys