e3q: change symlinks

Change-Id: I931083192478744e81c404caad441f1433a16088
This commit is contained in:
David Wronek
2025-02-10 19:14:06 +01:00
parent 32dadb8ceb
commit 2e5b5934bc
4 changed files with 555 additions and 42 deletions

View File

@@ -5,7 +5,8 @@
#
# Add common symlinks definitions for Qualcomm Samsung
$(call inherit-product, hardware/samsung/symlinks/qcom-common.mk)
$(call soong_config_set,rfs,mpss_firmware_symlink_target,firmware_modem)
$(call inherit-product, hardware/qcom-caf/common/common.mk)
# Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
@@ -13,15 +14,12 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Enforce generic ramdisk allow list
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
# Non A/B device
$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk)
# Dalvik
$(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Add common definitions for Qualcomm
$(call inherit-product, hardware/qcom-caf/common/common.mk)
# AAPT
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
@@ -245,8 +243,6 @@ PRODUCT_PACKAGES += \
# Rootdir
PRODUCT_PACKAGES += \
dcc_extension.sh \
hdm_status.sh \
init.class_main.sh \
init.crda.sh \
init.kernel.post_boot-cliffs.sh \