aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-10-20 15:33:40 -0700
committerDavid 'Digit' Turner <digit@google.com>2009-10-20 15:33:40 -0700
commitc726faa5c58a9673bc289344055f18ed75f21177 (patch)
tree416300d56c15089248193c77a5c263c4309579e4
parent73c74a2de2ef7ac8482655c233c63c4ad563f209 (diff)
downloadndk-c726faa5c58a9673bc289344055f18ed75f21177.tar.gz
Remove bash-ism from build-ndk-sysroot.sh
-rwxr-xr-xbuild/tools/build-ndk-sysroot.sh2
-rw-r--r--docs/CHANGES.TXT2
2 files changed, 3 insertions, 1 deletions
diff --git a/build/tools/build-ndk-sysroot.sh b/build/tools/build-ndk-sysroot.sh
index 874122045..c9f32851e 100755
--- a/build/tools/build-ndk-sysroot.sh
+++ b/build/tools/build-ndk-sysroot.sh
@@ -28,7 +28,7 @@
# WARNING: For now, only a single target ABI/Architecture us supported
#
-source `dirname $0`/../core/ndk-common.sh
+. `dirname $0`/../core/ndk-common.sh
# PLATFORM is the name of the current Android system platform
PLATFORM=android-3
diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT
index acd229691..6c2deb217 100644
--- a/docs/CHANGES.TXT
+++ b/docs/CHANGES.TXT
@@ -36,6 +36,8 @@ OTHER FIXES & CHANGES:
- Remove bash-isms from build/tools/build-toolchain.sh. Now it's possible to
build it with the 'dash' shell on Debian-based systems (tested on Ubuntu 8.04)
+- Remove bash-ism from build/tools/build-ndk-sysroot.sh
+
- Refresh C library headers for all platforms:
- make <endian.h> simply include <sys/endian.h>