diff --git a/ndk/build/tools/build-ndk-sysroot.sh b/ndk/build/tools/build-ndk-sysroot.sh index 874122045..c9f32851e 100755 --- a/ndk/build/tools/build-ndk-sysroot.sh +++ b/ndk/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/ndk/docs/CHANGES.TXT b/ndk/docs/CHANGES.TXT index acd229691..6c2deb217 100644 --- a/ndk/docs/CHANGES.TXT +++ b/ndk/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 simply include