forked from openkylin/platform_build
merge from open-source master
Change-Id: I412376856ebbcec786181c7a9d3b4af4ef52c7a6
This commit is contained in:
commit
93c63d5740
|
@ -1091,7 +1091,7 @@ case `ps -o command -p $$` in
|
|||
esac
|
||||
|
||||
# Execute the contents of any vendorsetup.sh files we can find.
|
||||
for f in `/bin/ls vendor/*/vendorsetup.sh vendor/*/build/vendorsetup.sh device/*/*/vendorsetup.sh 2> /dev/null`
|
||||
for f in `/bin/ls vendor/*/vendorsetup.sh vendor/*/*/vendorsetup.sh device/*/*/vendorsetup.sh 2> /dev/null`
|
||||
do
|
||||
echo "including $f"
|
||||
. $f
|
||||
|
|
Loading…
Reference in New Issue