sm6375-common: Add vendor soong imports to extract

Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a
This commit is contained in:
Aaron Kling 2025-01-17 15:31:23 +05:30 committed by Anand S
parent 2710a972f0
commit b29c3f156d
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -23,6 +23,20 @@ if [ ! -f "${HELPER}" ]; then
fi fi
source "${HELPER}" source "${HELPER}"
function vendor_imports() {
cat <<EOF >>"$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 # Initialize the helper for common
setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true