dre: Add vendor soong imports to extract
Change-Id: Ib19e69dc35af6b04519eeb695228af65f3d01d2a
This commit is contained in:
parent
ce340bbc57
commit
29f5285274
1 changed files with 13 additions and 0 deletions
|
@ -23,6 +23,19 @@ if [ ! -f "${HELPER}" ]; then
|
||||||
fi
|
fi
|
||||||
source "${HELPER}"
|
source "${HELPER}"
|
||||||
|
|
||||||
|
function vendor_imports() {
|
||||||
|
cat << EOF >> "$1"
|
||||||
|
"device/oneplus/dre",
|
||||||
|
"hardware/qcom-caf/sm8350",
|
||||||
|
"hardware/qcom-caf/wlan",
|
||||||
|
"hardware/oplus",
|
||||||
|
"vendor/qcom/opensource/commonsys/display",
|
||||||
|
"vendor/qcom/opensource/commonsys-intf/display",
|
||||||
|
"vendor/qcom/opensource/dataservices",
|
||||||
|
"vendor/qcom/opensource/display",
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
# Initialize the helper
|
# Initialize the helper
|
||||||
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}"
|
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue