dm3q -> pa3q: use S23 Ultra device-tree as base. Still some things to-do
This commit is contained in:
20
device.mk
20
device.mk
@@ -4,6 +4,12 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Enable updating of APEXes
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# A/B
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
|
||||
|
||||
# AAPT
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
|
||||
@@ -14,7 +20,7 @@ TARGET_SCREEN_WIDTH := 1080
|
||||
|
||||
# Init
|
||||
PRODUCT_PACKAGES += \
|
||||
init.dm3q.rc
|
||||
init.pa3q.rc
|
||||
|
||||
# Namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
@@ -22,10 +28,10 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||
|
||||
# Overlays
|
||||
PRODUCT_PACKAGES += \
|
||||
FrameworksResDm3q \
|
||||
LineageResDm3q \
|
||||
SystemUIResDm3q \
|
||||
WifiResTargetDm3q
|
||||
FrameworksResPa3q \
|
||||
LineageResPa3q \
|
||||
SystemUIResPa3q \
|
||||
WifiResTargetPa3q
|
||||
|
||||
# WiFi firmware symlinks
|
||||
PRODUCT_PACKAGES += \
|
||||
@@ -34,7 +40,7 @@ PRODUCT_PACKAGES += \
|
||||
firmware_WCNSS_qcom_cfg.ini_symlink
|
||||
|
||||
# Inherit from the common OEM chipset makefile.
|
||||
$(call inherit-product, device/samsung/sm8550-common/common.mk)
|
||||
$(call inherit-product, device/samsung/sm8750-common/common.mk)
|
||||
|
||||
# Inherit from the proprietary files makefile.
|
||||
$(call inherit-product, vendor/samsung/dm3q/dm3q-vendor.mk)
|
||||
$(call inherit-product, vendor/samsung/pa3q/pa3q-vendor.mk)
|
||||
|
Reference in New Issue
Block a user