-
Notifications
You must be signed in to change notification settings - Fork 1
/
BoardConfig.mk
55 lines (42 loc) · 1.66 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
# Copyright (C) 2017 The LineageOS Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Inherit from common msm8998-common
include device/nubia/msm8998-common/BoardConfigCommon.mk
DEVICE_PATH := device/nubia/nx609j
# OTA Assert
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
TARGET_OTA_ASSERT_DEVICE := NX609J,nx609j
# Kernel
TARGET_KERNEL_CONFIG := lineageos_nx609j_defconfig
# Partitions
BOARD_SUPER_PARTITION_SIZE := 4596957184
BOARD_SUPER_PARTITION_SYSTEM_DEVICE_SIZE := 3758096384
BOARD_SUPER_PARTITION_VENDOR_DEVICE_SIZE := 838860800
BOARD_QTI_DYNAMIC_PARTITIONS_SIZE := 4592762880 # (BOARD_SUPER_PARTITION_SIZE - 4194304) 4MiB overhead
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/vendor/etc/fstab.qcom
# Security patch level
VENDOR_SECURITY_PATCH := 2021-03-01
# Tap-to-wake
TARGET_TAP_TO_WAKE_NODE := "/sys/devices/soc/c179000.i2c/i2c-5/5-004b/input/input1/wake_gesture"
# Display
TARGET_SCREEN_DENSITY := 420
# SELinux
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor
# inherit from the proprietary version
include vendor/nubia/nx609j/BoardConfigVendor.mk