Remove bash-ism from build-ndk-sysroot.sh

This commit is contained in:
David 'Digit' Turner
2009-10-20 15:33:40 -07:00
parent 898b43fedc
commit f7aa22af3c
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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>