am 11b15b15
: Resovle symlink in findmakefiles in envsetup.sh
* commit '11b15b15ce69b2d0b88080888865ed9f590a18fd': Resovle symlink in findmakefiles in envsetup.sh
This commit is contained in:
commit
ad12a050db
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ function findmakefile()
|
|||
local HERE=$PWD
|
||||
T=
|
||||
while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
|
||||
T=$PWD
|
||||
T=`PWD= /bin/pwd`
|
||||
if [ -f "$T/Android.mk" ]; then
|
||||
echo $T/Android.mk
|
||||
cd $HERE > /dev/null
|
||||
|
|
Loading…
Reference in a new issue