* based on stock: ro.oplus.density.fhd_default=480 ro.oplus.density.qhd_default=640 ro.sf.lcd_density=640 Change-Id: I35324a7ac03ab7217e21a52fecc408f6b37a51a3
32 lines
660 B
Makefile
32 lines
660 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
|
|
|
|
# Properties
|
|
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
|