Last active
August 25, 2017 07:09
-
-
Save cnevinc/e96f1ff09b8b1168420f36e7e89dd5c7 to your computer and use it in GitHub Desktop.
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
# 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