OSDN Git Service

Allow the build-toolchain.sh script to apply source packages.
authorDavid 'Digit' Turner <digit@google.com>
Wed, 24 Feb 2010 22:43:10 +0000 (14:43 -0800)
committerDavid 'Digit' Turner <digit@google.com>
Wed, 24 Feb 2010 22:43:10 +0000 (14:43 -0800)
commita74f31701a1cc1f7a733e2d504f31a0f92a10ca2
treec3fa5b111d291ac47609b2c1b803f46b8c2eaa64
parent942e4297965f8521fd609149eb4261b97816421b
Allow the build-toolchain.sh script to apply source packages.

All you need to do is place name them like the following:

   build/tools/toolchain-patches/<subpath>/<foo>.patch

And they will be applied with 'patch -p1' into:

   <build-src>/<subpath>

This is useful to experiment with toolchain changes without having
to regenerate a whole new source package tarball each time.
ndk/build/tools/build-toolchain.sh