dm3q: Inherit from common tree
Change-Id: Ib4d9913df70195ac1efd2f117c3efbbeb4e2e75a
This commit is contained in:
19
BoardConfig.mk
Normal file
19
BoardConfig.mk
Normal 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
|
Reference in New Issue
Block a user