Add vendor soong imports to extract

Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a
This commit is contained in:
Aaron Kling 2023-08-29 15:58:31 -05:00 committed by Giovanni Ricca
parent cd26b25ddf
commit 35ab7f0c5e
No known key found for this signature in database

View File

@ -23,6 +23,12 @@ if [ ! -f "${HELPER}" ]; then
fi
source "${HELPER}"
function vendor_imports() {
cat <<EOF >>"$1"
"vendor/xiaomi/miuicamera-lisa",
EOF
}
# Initialize the helper
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}"