From b29c3f156d151ff9147b6f67c528a2754b5097e4 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Fri, 17 Jan 2025 15:31:23 +0530 Subject: [PATCH] sm6375-common: Add vendor soong imports to extract Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a --- setup-makefiles.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index c34cbf0..5a5bbad 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -23,6 +23,20 @@ if [ ! -f "${HELPER}" ]; then fi source "${HELPER}" +function vendor_imports() { + cat <>"$1" + "device/motorola/sm6375-common", + "hardware/qcom-caf/common/libqti-perfd-client", + "hardware/qcom-caf/sm8350", + "hardware/qcom-caf/wlan", + "hardware/motorola", + "vendor/qcom/opensource/commonsys/display", + "vendor/qcom/opensource/commonsys-intf/display", + "vendor/qcom/opensource/dataservices", + "vendor/qcom/opensource/display", +EOF +} + # Initialize the helper for common setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true