diff --git a/envsetup.sh b/envsetup.sh index 1c114d040..85465b1b2 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1037,7 +1037,7 @@ fi unset _xarray # Execute the contents of any vendorsetup.sh files we can find. -for f in `/bin/ls vendor/*/vendorsetup.sh vendor/*/build/vendorsetup.sh 2> /dev/null` +for f in `/bin/ls vendor/*/vendorsetup.sh vendor/*/build/vendorsetup.sh device/*/*/vendorsetup.sh 2> /dev/null` do echo "including $f" . $f