# Global options mk_add_options MOZ_MAKE_FLAGS="-j4" # Build Fennec ac_add_options --enable-application=mobile/android # Android ac_add_options --target=arm-linux-androideabi ac_add_options --with-arch=armv6 ac_add_options --with-android-ndk="/tools/android-ndk-r5c" ac_add_options --with-android-sdk="/tools/android-sdk-r15/platforms/android-14" ac_add_options --with-android-version=5 ac_add_options --with-system-zlib ac_add_options --enable-updater ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} export JAVA_HOME=/tools/jdk6 export MOZILLA_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 export MOZ_PKG_SPECIAL=armv6 ac_add_options --enable-official-branding ac_add_options --with-branding=mobile/android/branding/beta