aboutsummaryrefslogtreecommitdiffstats
path: root/build.py
Commit message (Collapse)AuthorAgeFilesLines
* Move build scripts from ndk to toolchain/gcc.Dan Albert2015-08-271-0/+117
First, the platform toolchains building with the NDK build scripts was odd. Second, this moves us toward a more modular NDK. The path forward is building GCC separately, installing it to prebuilts/ndk, and then using it directly from there when building other NDK components. Bug: http://b/23362228 Change-Id: I21448e470b4c3353bd49a1fec7d187a8376f3d82 (cherry picked from commit 51f25cab1eccd079214b9e08f5fe1bbe9368e1b0)