mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
817237ca57
This patch solves 3 problems on Fedora when trying to bootstrap Firefox for Android: 1) Installs java 2) Adds a call to android.ensure_android_packages() 3) Uses build-tools-23.0.1 which seems to be the latest on Fedora I'm not sure why the Android specific packages are only being installed on Fedora and not CentOS, but as I don't have CentOS distribution to play around with figured it was best to leave that for another bug. MozReview-Commit-ID: 19sD6tYj4V --HG-- extra : rebase_source : eaf17bc05d606d3010b11927f27a482680266992 |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
support | ||
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!