Files
android_device_samsung_pa3q/BoardConfig.mk
chaptsand c859ae3095 dm3q: Set device specific kernel defconfig
Change-Id: I8cc6179eff4c5e868a1b9322b87c58365a28ba39
2024-04-06 17:03:35 +08:00

23 lines
455 B
Makefile

#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Include the common OEM chipset BoardConfig.
include device/samsung/sm8550-common/BoardConfigCommon.mk
DEVICE_PATH := device/samsung/dm3q
# Assert
TARGET_OTA_ASSERT_DEVICE := dm3q
# Display
TARGET_SCREEN_DENSITY := 450
# Kernel
TARGET_KERNEL_CONFIG := dm3q_defconfig
# Include the proprietary files BoardConfig.
include vendor/samsung/dm3q/BoardConfigVendor.mk