Created
May 3, 2013 22:40
-
-
Save ckarlof/5514838 to your computer and use it in GitHub Desktop.
.mozconfig for building fennec + android sync
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add the correct paths here: | |
ac_add_options --with-android-ndk="$HOME/android/android-ndk-r8e" | |
ac_add_options --with-android-sdk="$HOME/android/sdk/platforms/android-16" | |
ac_add_options --with-android-version=9 | |
# android options | |
ac_add_options --enable-application=mobile/android | |
ac_add_options --target=arm-linux-androideabi | |
ac_add_options --with-ccache | |
ac_add_options --disable-crashreporter | |
mk_add_options MOZ_OBJDIR=./objdir-droid | |
mk_add_options MOZ_MAKE_FLAGS="-j9 -s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment