diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 2583c86..ab4437a 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