mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
faa87abc9b
This bumps the NDK version to r10e. Previously, we used brew to install android-sdk and a custom version of android-ndk. That makes it hard to control the installed versions. This installs from downloaded archives, which unifies the Mac OS X approach with the straight-forward Linux approach. --HG-- extra : commitid : E7hEqsyy8Gw extra : rebase_source : 9ea27e7d2ae3fbaaa3efbabdd701521981bec877 extra : histedit_source : c07c80c50ac066dc6808e7ccf96f0bc14dc09df2 |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
README.rst | ||
setup.py |
mozboot - Bootstrap your system to build Mozilla projects ========================================================= This package contains code used for bootstrapping a system to build mozilla-central. This code is not part of the build system per se. Instead, it is related to everything up to invoking the actual build system. If you have a copy of the source tree, you run: python bin/bootstrap.py If you don't have a copy of the source tree, you can run: curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python - The bootstrap script will download everything it needs from hg.mozilla.org automatically!