36 lines
760 B
Makefile
36 lines
760 B
Makefile
#
|
|
# Copyright (C) 2021-2025 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Partitions
|
|
BOARD_SUPER_PARTITION_SIZE := 13329498112
|
|
|
|
# Include the common OEM chipset BoardConfig.
|
|
include device/oneplus/sm8750-common/BoardConfigCommon.mk
|
|
|
|
DEVICE_PATH := device/oneplus/dodge
|
|
|
|
# Assert
|
|
TARGET_OTA_ASSERT_DEVICE := OP5D0DL1,OP5D55L1
|
|
|
|
# Display
|
|
TARGET_SCREEN_DENSITY := 640
|
|
|
|
# Kernel
|
|
TARGET_KERNEL_ADDITIONAL_FLAGS += CONFIG_DODGE_DTB=y
|
|
|
|
# Power
|
|
TARGET_POWERHAL_MODE_EXT_LIB := power-ext-oplus
|
|
|
|
# Properties
|
|
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
|
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
|
|
|
# Recovery
|
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103
|
|
|
|
# Include the proprietary files BoardConfig.
|
|
include vendor/oneplus/dodge/BoardConfigVendor.mk
|