-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaosp_NB1.mk
38 lines (30 loc) · 1.2 KB
/
aosp_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
#
# 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)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk)
# Inherit some common PixelExperience stuff
TARGET_INCLUDE_WIFI_EXT := true
TARGET_USES_AOSP_RECOVERY := true
TARGET_BOOT_ANIMATION_RES := 1080
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Inherit from NB1 device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true
PRODUCT_NAME := aosp_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