sm6150-common: Add vendor soong imports to extract

Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a
This commit is contained in:
Aaron Kling 2023-08-29 15:58:31 -05:00 committed by basamaryan
parent 0373b442e2
commit b755799ead
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9

View File

@ -22,6 +22,17 @@ if [ ! -f "${HELPER}" ]; then
fi
source "${HELPER}"
function vendor_imports() {
cat <<EOF >>"$1"
"device/xiaomi/sm6150-common",
"hardware/qcom-caf/sm8150",
"hardware/qcom-caf/wlan",
"hardware/xiaomi",
"vendor/qcom/opensource/dataservices",
"vendor/qcom/opensource/display",
EOF
}
# Initialize the helper for common
setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true