Skip to content

Instantly share code, notes, and snippets.

@cnevinc
Last active August 25, 2017 07:09
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 cnevinc/e96f1ff09b8b1168420f36e7e89dd5c7 to your computer and use it in GitHub Desktop.
Save cnevinc/e96f1ff09b8b1168420f36e7e89dd5c7 to your computer and use it in GitHub Desktop.
# Build Firefox for Android:
ac_add_options --enable-application=mobile/android
ac_add_options --target=arm-linux-androideabi
# With the following Android SDK:
ac_add_options --with-android-sdk="/Users/<user name>/.mozbuild/android-sdk-macosx"
# Enable artifact building:
ac_add_options --enable-artifact-builds
# Write build artifacts to:
mk_add_options MOZ_OBJDIR=./objdir-frontend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment