-
Notifications
You must be signed in to change notification settings - Fork 0
/
cherish_NB1.mk
41 lines (32 loc) · 1.28 KB
/
cherish_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
34
35
36
37
38
39
40
41
#
# 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 := 27
# Inherit some common EvolutionX stuff.
TARGET_INCLUDE_PIXEL_CHARGER := true
TARGET_INCLUDE_WIFI_EXT := true
TARGET_USES_AOSP_RECOVERY := true
TARGET_BOOT_ANIMATION_RES := 1080
$(call inherit-product, vendor/cherish/config/common_full_phone.mk)
# Inherit from NB1 device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
# Extra Google/Pixel features
TARGET_SUPPORTS_QUICK_TAP := true
PRODUCT_NAME := cherish_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_DEVICE=NB1 \
PRODUCT_NAME=NB1_00WW_FIH \
PRIVATE_BUILD_DESC="NB1_00WW_FIH-user 9 PPR1.180610.011 00WW_5_16A release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := Nokia/NB1_00WW_FIH/NB1:9/PPR1.180610.011/00WW_5_16A:user/release-keys