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