FP5: Add vendor soong imports to extract

Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index b04e553..7392a10 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -25,6 +25,18 @@
 fi
 source "${HELPER}"
 
+function vendor_imports() {
+    cat <<EOF >>"$1"
+		"device/fairphone/FP5",
+		"hardware/qcom-caf/sm8350",
+		"hardware/qcom-caf/wlan",
+		"vendor/qcom/opensource/commonsys/display",
+		"vendor/qcom/opensource/commonsys-intf/display",
+		"vendor/qcom/opensource/dataservices",
+		"vendor/qcom/opensource/display",
+EOF
+}
+
 # Initialize the helper
 setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}"