History log of /ndk/build/tools/build-ndk-stack.sh
Revision Date Author Comments
bf3f7295a6d9cb0a09dd8d950134abe5fa271ac9 05-Jun-2012 Pavel Chupin <pavel.v.chupin@intel.com> Fix windows cross NDK rebuild with mingw

Fix cross toolchain wrappers generation routine and add corresponding
calls per each tool. Tested on Linux Fedora with:
./build/tools/dev-rebuild-ndk.sh

Change-Id: Ib88c59d0b37d089e79f0dca76394e01a431d1e60
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
d9bb7ebc331f10c98f5c5513fc8d9e5daf12c6e6 13-Oct-2011 David 'Digit' Turner <digit@google.com> build-ndk-stack.sh: Fix the script

This makes the script work again. Also adds --package-dir
and --ndk-dir options to it.

Change-Id: Ib50d169dabdfc40a3875163e1517b8d6b3269447
2397ae759e7f575437625c5d905cba3eafacb42c 07-Oct-2011 David 'Digit' Turner <digit@google.com> prebuilt-common.sh: add register_jobs_option

Change-Id: Ibed2026c0ff80041a4d024b7b15dc2c70240dc27
c0bf90ae0f4f84875d0af5d7166b57deb77e57a3 28-Jun-2011 David 'Digit' Turner <digit@android.com> ndk-stack: Fixes + Documentation

This patch fixes the ndk-stack tool to properly work as advertized, and
adds a new documentation file (docs/NDK-STACK.html) to illustrate its usage.

+ Add build/tools/build-ndk-stack.sh to automatically rebuild the
host tool from sources (and from scratch).

+ Ensure that rebuild-all-prebuilt.sh invokes build-ndk-stack.sh
and places the resulting binary at the top of target NDK directory.

+ Ensure that package-release.sh places the prebuilt binaries into
the final packages.

+ Add a --host-only option to rebuild-all-prebuilt.sh to indicate
that you only want to rebuilt the host binaries (and none of the
target ones). The --darwin-ssh and --mingw options also imply
--host-only.

Change-Id: I5f26e83378c02bfd3b62fa76a7c50c5755104fa9