* changes:
Remove hard-coded path to my home directory in build/tools/make-release.sh. Now you need to use the --prebuilt-path=<path> option to specify where to pick up the prebuilt toolchain tarballs instead, for example:
Merge commit '37fa8d40fc0222cb5f2a741cacfa921a4cabae34'
* commit '37fa8d40fc0222cb5f2a741cacfa921a4cabae34':
Remove references to 'cupcake' in all of NDK (replace with 'android-1.5')
Merge commit 'a07dedea97a166b329872a0a0cb334857dc2d47e'
* commit 'a07dedea97a166b329872a0a0cb334857dc2d47e':
Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files.
Now you need to use the --prebuilt-path=<path> option to specify where to pick up
the prebuilt toolchain tarballs instead, for example:
build/tools/make-release.sh --prebuilt-path=/home/digit/android/ndk
Add also some other options to change the package prefix / release number / etc
Note: the prebuilt binary packages used by "make-release.sh" have
been updated to include the COPYING and COPYING.LIB files.
After this patch is commited, you should be able to run "make-release.sh"
to re-generate release packages that contain docs/LICENSES.TXT as well as COPYING and COPYING.LIB
Merge commit '010c2ee6b8961cc5c95c7710ea5a3058ff6ca77d'
* commit '010c2ee6b8961cc5c95c7710ea5a3058ff6ca77d':
Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK
Merge commit '9cd49a44162f465402b0f10faa351364c76a5b76'
* commit '9cd49a44162f465402b0f10faa351364c76a5b76':
Add ability to specify relative class paths when using runtest -c
Merge commit '0085f310cd169bf9832f4b47751dc8ea406b1d58'
* commit '0085f310cd169bf9832f4b47751dc8ea406b1d58':
Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download.
Merge commit 'f44ba568f7b5a4e1b5f669d2c62e5dd0b2a9fb10'
* commit 'f44ba568f7b5a4e1b5f669d2c62e5dd0b2a9fb10':
Fix host-setup.sh for cygwin: *-gcc.exe needs to be found
Merge commit 'bc139139b0683675147e04e62de492aab5c3f2d0'
* commit 'bc139139b0683675147e04e62de492aab5c3f2d0':
Use direct, native order Buffers for OpenGL data.
Merge commit 'e0de1bc940255721ebef6fffd8b70d9801ee3a4d'
* commit 'e0de1bc940255721ebef6fffd8b70d9801ee3a4d':
Fix the NDK packaging script to use git ls-files instead of git-ls-files
Merge commit '5c569078a278f3887febeb8776bf8f354a3ded58'
* commit '5c569078a278f3887febeb8776bf8f354a3ded58':
Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests.
Merge commit '66ce41fc33019af420cc87d41ed7cc8c010a6915'
* commit '66ce41fc33019af420cc87d41ed7cc8c010a6915':
generate zip files on Windows and OS X when packaging NDK releases
Merge commit 'fdeb1d29f4a33a0dea74a42c921ce13f41183088'
* commit 'fdeb1d29f4a33a0dea74a42c921ce13f41183088':
Make the release script work on OS X, and think about ensure the generated tarballs are readable by anyone