commit | a8c14e8c33c5af8a388f40517dfb40d6305c6386 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Thu Jul 02 08:41:48 2009 -0400 |
committer | Joe Onorato <joeo@android.com> | Thu Jul 02 08:43:00 2009 -0400 |
tree | 04d34014f993ee267525970430466c9cea4df27d | |
parent | e1c31bacae7be6da140066966e6d2bbadd9331e9 [diff] |
Also look in vendor/*/build for vendorsetup.sh
diff --git a/envsetup.sh b/envsetup.sh index 541bb11..984167e 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -1009,7 +1009,7 @@ unset _xarray # Execute the contents of any vendorsetup.sh files we can find. -for f in `/bin/ls vendor/*/vendorsetup.sh 2> /dev/null` +for f in `/bin/ls vendor/*/vendorsetup.sh vendor/*/build/vendorsetup.sh 2> /dev/null` do echo "including $f" . $f