commit | bd7544d2c67817fc565e89529a56bae3cc063622 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Mon Jun 10 10:17:33 2013 +0200 |
committer | David 'Digit' Turner <digit@android.com> | Mon Jun 10 10:18:20 2013 +0200 |
tree | f4416db2f5980baec6bba8637ed1b68e9498917a | |
parent | 9bdb9a4367868cf2dfebd3c04799106b5ed23399 [diff] [blame] |
Move ndk-common.sh to build/tools/ It doesn't make sense to put it under build/core/ anymore. Change-Id: I3a63ecabd15d4c34c2ba3800b95246f5eeb6a6f3
diff --git a/ndk-gdb-py b/ndk-gdb-py index f2a4d94..11643d4 100755 --- a/ndk-gdb-py +++ b/ndk-gdb-py
@@ -11,7 +11,7 @@ ;; esac -. $PROGDIR/build/core/ndk-common.sh +. $PROGDIR/build/tools/ndk-common.sh # -u means unbuffered standard io. $PROGDIR/prebuilt/$HOST_TAG/bin/python -u $PROGDIR/ndk-gdb.py "$@"