dm3q: Inherit from common tree

Change-Id: Ib4d9913df70195ac1efd2f117c3efbbeb4e2e75a
This commit is contained in:
chaptsand
2023-10-06 16:09:18 +08:00
commit b53cf8fdbe
18 changed files with 2317 additions and 0 deletions

19
BoardConfig.mk Normal file
View File

@@ -0,0 +1,19 @@
#
# 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
# Include the proprietary files BoardConfig.
include vendor/samsung/dm3q/BoardConfigVendor.mk