From d8276e9ad1bdc4f3209de6ab28eba0d61e69e3ee Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Tue, 12 Nov 2013 14:33:49 +0800 Subject: Fix ndk-build fails in cygwin if NDK package is referenced via symlink Fix similar issue in ndk-gdb* as well. Internal BUG ref 11445081 Change-Id: Ia6abb06d066de780be7090ba3aa20425f0cc5559 --- ndk-gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ndk-gdb') diff --git a/ndk-gdb b/ndk-gdb index 2faa7df4c..8cc460a7d 100755 --- a/ndk-gdb +++ b/ndk-gdb @@ -25,7 +25,7 @@ # after doing ndk-build && ant install && # PROGDIR=`dirname $0` -PROGDIR=`cd $PROGDIR && pwd` +PROGDIR=`cd $PROGDIR && pwd -P` # Check if absolute NDK path contain space # -- cgit v1.2.3