29 lines
604 B
Makefile
29 lines
604 B
Makefile
#
|
|
# Copyright (C) 2021-2023 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Include the common OEM chipset BoardConfig.
|
|
include device/oneplus/sm8550-common/BoardConfigCommon.mk
|
|
|
|
DEVICE_PATH := device/oneplus/salami
|
|
|
|
# Assert
|
|
TARGET_OTA_ASSERT_DEVICE := OP591BL1,OP594DL1
|
|
|
|
# Display
|
|
TARGET_SCREEN_DENSITY := 450
|
|
|
|
# Kernel
|
|
TARGET_KERNEL_CONFIG += vendor/oplus/salami.config
|
|
|
|
# Properties
|
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
|
|
|
# Recovery
|
|
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103
|
|
|
|
# Include the proprietary files BoardConfig.
|
|
include vendor/oneplus/salami/BoardConfigVendor.mk
|