History log of /ndk/build/tools/ndk-common.sh
Revision Date Author Comments
8a3ed83776d98e657ffe183f4a1d8adf0d541da4 25-Jul-2013 David 'Digit' Turner <digit@android.com> build-gcc.sh: Linkify binaries to reduce install size.

This is really useful to reduce the size of .zip archives
(about 7 MB / toolchain saved in the final .zip).

For Linux / Darwin, tar automatically detects the hard links
used by the toolchain install script and already copies a single
copy of each file in the archive (and will recreate the hard links
at install time), so this is less useful, but shouldn't hurt.

+ Remove the "simulator" binary from each toolchain bin/
directory (e.g. arm-linux-androideabi-run) since it's not
needed (and probably doesn't work anyway).

Change-Id: I9fd4309c6b7bd3c2cac7737c545b6e597d08ca8a
bd7544d2c67817fc565e89529a56bae3cc063622 10-Jun-2013 David 'Digit' Turner <digit@android.com> Move ndk-common.sh to build/tools/

It doesn't make sense to put it under build/core/ anymore.

Change-Id: I3a63ecabd15d4c34c2ba3800b95246f5eeb6a6f3