From 297219c92c79bdef5dedce48ce09d52870c611f2 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 29 Aug 2023 15:58:31 -0500 Subject: [PATCH] umi: Add vendor soong imports to extract Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a --- setup-makefiles.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index e2b2b69..381f9b7 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -5,6 +5,14 @@ # SPDX-License-Identifier: Apache-2.0 # +function vendor_imports() { + cat <>"$1" + "hardware/qcom-caf/common/libqti-perfd-client", + "hardware/xiaomi", + "vendor/qcom/opensource/display", +EOF +} + # If we're being sourced by the common script that we called, # stop right here. No need to go down the rabbit hole. if [ "${BASH_SOURCE[0]}" != "${0}" ]; then