From 2859b30f9f6982d9e9005032f16f5f072cb2a2b5 Mon Sep 17 00:00:00 2001 From: chaptsand Date: Fri, 28 Feb 2025 22:41:58 +0800 Subject: [PATCH] sm8550-common: Move to common RFS install_symlink targets https://review.lineageos.org/c/LineageOS/android_hardware_qcom-caf_common/+/399047 Change-Id: Ic9315ed5ddf22a48e45519609c9434bb66f84474 --- common.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index eeb6846..018056a 100644 --- a/common.mk +++ b/common.mk @@ -4,8 +4,9 @@ # SPDX-License-Identifier: Apache-2.0 # -# Add common symlinks definitions for Qualcomm Samsung -$(call inherit-product, hardware/samsung/symlinks/qcom-common.mk) +# Add common symlinks definitions for Qualcomm +$(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)