-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlineage_A1N.mk
36 lines (27 loc) · 1.16 KB
/
lineage_A1N.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
#
# 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 := 26
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from A1N device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
PRODUCT_NAME := lineage_A1N
PRODUCT_DEVICE := A1N
PRODUCT_MANUFACTURER := HMD Global
PRODUCT_BRAND := Nokia
PRODUCT_MODEL := Nokia 8 Sirocco
PRODUCT_GMS_CLIENTID_BASE := android-hmd-rev2
# This platform does not have an SDCard slot.
PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=Avenger_00WW \
PRIVATE_BUILD_DESC="A1N_00WW_FIH-user 10 QKQ1.190828.002 00WW_5_14L release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := Nokia/Avenger_00WW/A1N_sprout:10/QKQ1.190828.002/00WW_5_14L:user/release-keys