-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBoardConfig.mk
36 lines (26 loc) · 944 Bytes
/
BoardConfig.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) 2024 Paranoid Android
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from nubia-sm8650-common
include device/nubia/sm8650-common/BoardConfigCommon.mk
DEVICE_PATH := device/nubia/nx769j
# Biometrics
SOONG_CONFIG_NAMESPACES += nubia_fingerprint
SOONG_CONFIG_nubia_fingerprint += fingerprint_engine
SOONG_CONFIG_nubia_fingerprint_fingerprint_engine := //$(DEVICE_PATH):libfingerprintengine_nx769j
# DPI
TARGET_SCREEN_DENSITY := 480
# Init
TARGET_INIT_VENDOR_LIB := //$(DEVICE_PATH):libinit_nx769j
TARGET_RECOVERY_DEVICE_MODULES := libinit_nx769j
# OTA
TARGET_OTA_ASSERT_DEVICE := NX769J
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/configs/properties/odm.prop
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/configs/properties/system.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/configs/properties/vendor.prop
# VINTF
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
$(DEVICE_PATH)/configs/vintf/framework_matrix_nubia.xml