History log of /ndk/build/tools/build-ndk-sysroot.sh
Revision Date Author Comments
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
65cf022ba6ef50d072aceefe4e88f984d1eb02d2 04-May-2012 Elliott Hughes <enh@google.com> The NDK needs to track libnativehelper's move.

Bug: 6369821
Change-Id: Ibff005e72b734a0664fe4679b4750c9b4d9eebfe
7a54bc8cb5965d2fa65ccbe722bb2f42e0bbb9b4 30-May-2011 David 'Digit' Turner <digit@android.com> Ensure all build scripts use /tmp/ndk-$USER/

This patch ensures that all the scripts used to rebuild the NDK
are putting stuff under /tmp/ndk-$USER. This allows several users
to use the same NDK installation in parallel.

More cleanup will soon follow.

Change-Id: Iec765e44c7f89c9fbf21c15bfd69fb88b1bc03b9
a1d764b5d215601e007e01186de0be0db51df900 09-Apr-2010 The Android Open Source Project <initial-contribution@android.com> NDK snapshot from development/ndk/

Change-Id: I154f2fd3828ffd937c82410f5f9995402d7be15e
b852319ebf789bec3b485428842181b6fb715e95 11-Mar-2010 Bruce Beare <brucex.j.beare@intel.com> Port NDK build tools to IA

Change-Id: I4788cafb998b79234e7fb16661bb225680d5566c
f600a6395d24f214ccb9022d807360348947e295 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
c726faa5c58a9673bc289344055f18ed75f21177 21-Oct-2009 David 'Digit' Turner <digit@google.com> Remove bash-ism from build-ndk-sysroot.sh
69545a3024ba0087e1993fc8a80e01610b3a0774 24-Jul-2009 David 'Digit' Turner <digit@google.com> Rename ndk/build/platforms/android-1.5 into android-3 to match API levels
71883351efa1a6a389cd2fd06d229d276dc91ab1 19-May-2009 David 'Digit' Turner <digit@google.com> Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.

This is OK because the Zlib ABI is fixed and stable.

Also get rid of the sample zlib sources since we don't need the static library anymore.
e502c456361dc02cc766b01cf8c9eb18fd71838c 11-May-2009 David 'Digit' Turner <digit@google.com> Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
48ef1859ef0bb25547e5aceeedb9b175c6193bc5 07-May-2009 David 'Digit' Turner <digit@google.com> Initial import of new NDK into donut tree