From a5c4f178ae3f3e94b1d1dceae3cc8d3196633c4a Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Fri, 12 Sep 2014 00:33:25 -0700 Subject: [PATCH] Fix mma/mmma by making gettop canonicalize TOP when set Bug: 17253957 Change-Id: Ifd6d5984f63981e1f99b6ae6f9459c2801588459 --- envsetup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 2c74b2d81..754ecfa2f 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -629,7 +629,8 @@ function gettop { local TOPFILE=build/core/envsetup.mk if [ -n "$TOP" -a -f "$TOP/$TOPFILE" ] ; then - echo $TOP + # The following circumlocution ensures we remove symlinks from TOP. + (cd $TOP; PWD= /bin/pwd) else if [ -f $TOPFILE ] ; then # The following circumlocution (repeated below as well) ensures