From 79d420767ed12cbb77ff4b9e12f74287a20dbb97 Mon Sep 17 00:00:00 2001 From: chaptsand Date: Sat, 31 Aug 2024 19:12:34 +0800 Subject: [PATCH] sm8550-common: Move to Samsung qcom common symlink targets Change-Id: Ie278b4b05e869e2314aa8843aa3d14022426b007 --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index a3af9fe..547ff8e 100644 --- a/common.mk +++ b/common.mk @@ -4,8 +4,8 @@ # SPDX-License-Identifier: Apache-2.0 # -# Add common definitions for Qualcomm -$(call inherit-product, hardware/qcom-caf/common/common.mk) +# Add common symlinks definitions for Qualcomm Samsung +$(call inherit-product, hardware/samsung/symlinks/qcom-common.mk) # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)