forked from openkylin/platform_build
am bd1ee348: Merge change 6059 into donut
Merge commit 'bd1ee348a1891836cf3b5d0da72e75c0d256fa43' * commit 'bd1ee348a1891836cf3b5d0da72e75c0d256fa43': Also look in vendor/*/build for vendorsetup.sh
This commit is contained in:
commit
9945bac303
|
@ -1010,7 +1010,7 @@ fi
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue