redfin: Add vendor soong imports to extract
Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a
This commit is contained in:
committed by
Michael Bestas
parent
acb713e888
commit
2012fd962c
@@ -25,6 +25,18 @@ if [ ! -f "${HELPER}" ]; then
|
||||
fi
|
||||
source "${HELPER}"
|
||||
|
||||
function vendor_imports() {
|
||||
cat <<EOF >>"$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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user