-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBoardConfig.mk
More file actions
35 lines (26 loc) · 789 Bytes
/
BoardConfig.mk
File metadata and controls
35 lines (26 loc) · 789 Bytes
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
#
# Copyright (C) 2021-2025 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Partitions
BOARD_SUPER_PARTITION_SIZE := 14578294784
# Include the common OEM chipset BoardConfig.
include device/oneplus/sm8650-common/BoardConfigCommon.mk
DEVICE_PATH := device/oneplus/giuliac
# Assert
TARGET_OTA_ASSERT_DEVICE := OP5D2BL1
# Display
TARGET_SCREEN_DENSITY := 560
# Kernel
TARGET_KERNEL_ADDITIONAL_FLAGS += \
CONFIG_GIULIA_DTB=y \
CONFIG_GIULIAC_DTB=y
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103
# Include the proprietary files BoardConfig.
include vendor/oneplus/giuliac/BoardConfigVendor.mk