diff --git a/setup-makefiles.sh b/setup-makefiles.sh index d2deb67..82ca974 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -25,6 +25,18 @@ if [ ! -f "${HELPER}" ]; then fi source "${HELPER}" +function vendor_imports() { + cat <>"$1" + "device/google/redfin", + "hardware/google/interfaces", + "hardware/google/pixel", + "hardware/qcom/sm7250/display", + "hardware/qcom/sm7250/gps", + "hardware/qcom/wlan/legacy", + "vendor/qcom/opensource/display" +EOF +} + # Initialize the helper setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}"