Confirmed users
400
edits
(→Multilocale builds: Link to new multilocale page) |
|||
Line 6: | Line 6: | ||
mach configure | mach configure | ||
then check that the changes are in $OJBDIR/config.status, and then build normally. | then check that the changes are in $OJBDIR/config.status, and then build normally. | ||
==== Building for the x86 architecture ==== | ==== Building for the x86 architecture ==== | ||
Line 34: | Line 14: | ||
for the target specified above. Note: you cannot use <tt>ac_add_options --disable-optimize</tt> when building for x86. See {{bug|965870}}. | for the target specified above. Note: you cannot use <tt>ac_add_options --disable-optimize</tt> when building for x86. See {{bug|965870}}. | ||
==== Building for the ARMv6 architecture ==== | ==== Building for the ARMv6 architecture ==== | ||
Line 47: | Line 22: | ||
ac_add_options --with-arch=armv6 | ac_add_options --with-arch=armv6 | ||
==== Building different channels ==== | |||
If you want to build different channels (through the Try server, for example), you need to add this to mobile/android/config/mozconfigs/common.override: | |||
ac_add_options --enable-update-channel=nightly | |||
To change the branding, add: | |||
ac_add_options --with-branding=browser/branding/nightly | |||
These can be changed to any of the following channels (nightly, beta, release). | |||
==== Unsupported build flags ==== | ==== Unsupported build flags ==== |