Skip to content

Commit

Permalink
Fix path to NDK root in ndk-which.
Browse files Browse the repository at this point in the history
We moved the installed location of `ndk-which` into prebuilts/blah.
Update the path from there to the root.

Fixes #29.

Change-Id: I9d36a3862e438ad517f2a4f8070b211548f602d4
  • Loading branch information
DanAlbert committed Mar 21, 2016
1 parent 88280ae commit d37b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-which
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$WHICH" == "" ]; then
exit 1
fi

MYNDKDIR=`dirname $0`
MYNDKDIR=`dirname $0`/../../..

# create a temporary skeleton project so that we can leverage build-local.mk
TMPDIR=/tmp/ndk-which-$$
Expand Down

0 comments on commit d37b204

Please sign in to comment.