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

31
device.mk Normal file
View File

@@ -0,0 +1,31 @@
#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# AAPT
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
# Boot animation
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
# Init
PRODUCT_PACKAGES += \
init.dm3q.rc
# Namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Overlays
PRODUCT_PACKAGES += \
FrameworksResDm2q
# Inherit from the common OEM chipset makefile.
$(call inherit-product, device/samsung/sm8550-common/common.mk)
# Inherit from the proprietary files makefile.
$(call inherit-product, vendor/samsung/dm3q/dm3q-vendor.mk)