Remove bash-ism from build-ndk-sysroot.sh
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user