shusky: 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 Michael Bestas
parent 33576fab0d
commit dff29fe5f8
2 changed files with 22 additions and 0 deletions

View File

@@ -25,6 +25,17 @@ if [ ! -f "${HELPER}" ]; then
fi
source "${HELPER}"
function vendor_imports() {
cat <<EOF >>"$1"
"device/google/shusky",
"hardware/google/av",
"hardware/google/gchips",
"hardware/google/graphics/common",
"hardware/google/interfaces",
"hardware/google/pixel",
EOF
}
# Initialize the helper
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}"

View File

@@ -25,6 +25,17 @@ if [ ! -f "${HELPER}" ]; then
fi
source "${HELPER}"
function vendor_imports() {
cat <<EOF >>"$1"
"device/google/shusky",
"hardware/google/av",
"hardware/google/gchips",
"hardware/google/graphics/common",
"hardware/google/interfaces",
"hardware/google/pixel",
EOF
}
# Initialize the helper
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}"