|
|
Line 167: |
Line 167: |
| * Update the filepaths in the config file to mirror the locations on your system | | * Update the filepaths in the config file to mirror the locations on your system |
|
| |
|
| === Config file for Firefox Mobile ===
| | === Config file for the automation build (Desktop Build) === |
| . $topsrcdir/browser/config/mozconfig
| |
| mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-android
| |
| mk_add_options MOZ_MAKE_FLAGS="-s -j4"
| |
| ac_add_options --enable-debug
| |
| ac_add_options --disable-optimize
| |
| ac_add_options --with-ccache
| |
| ac_add_options --disable-crashreporter
| |
| # Android SDK/NDK
| |
| ac_add_options --with-android-ndk="/dir/to/android-tools/android-ndk-r8c"
| |
| ac_add_options --with-android-sdk="/dir/to/android-tools/android-sdk-macosx/platforms/android-16"
| |
| ac_add_options --with-android-version=9
| |
| ac_add_options --with-android-tools="/dir/to/android-tools/android-sdk-macosx/tools"
| |
| # Android options
| |
| ## Native UI:
| |
| ac_add_options --enable-application=mobile/android
| |
| ac_add_options --target=arm-linux-androideabi
| |
| ac_add_options --with-endian=little
| |
| | |
| === Config file for the automation build === | |
|
| |
|
| ac_add_options --enable-application=browser | | ac_add_options --enable-application=browser |