From 2012fd962cfd37e802f683f420fde032b896bd9a Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 29 Aug 2023 15:58:31 -0500 Subject: [PATCH] redfin: Add vendor soong imports to extract Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a --- setup-makefiles.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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}"