Skip to content

Instantly share code, notes, and snippets.

@ckarlof
Created May 3, 2013 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckarlof/5514838 to your computer and use it in GitHub Desktop.
Save ckarlof/5514838 to your computer and use it in GitHub Desktop.
.mozconfig for building fennec + android sync
# 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