From 748e638c3d00cec7c162075cf9ca6eec2735ecb2 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Mon, 22 Mar 2010 10:59:08 -0700 Subject: [PATCH] Source vendorsetup.sh from the device tree. This way, individual open-source device configurations can publish device-specific configurations without having to maintain those centrally in envsetup.sh Bug: 2533998 Change-Id: I1377846d4d3ebe7abcd2f8279a08abe54039cdbb --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 1c114d0406..85465b1b2a 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