Created
June 11, 2015 23:32
-
-
Save caseyyee/c8ea6e38d9919d3a5055 to your computer and use it in GitHub Desktop.
mozconfig for horizon
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
. "$topsrcdir/b2g/config/mozconfigs/common" | |
MOZ_HORIZON=1 | |
mk_add_options MOZ_OBJDIR=../build | |
mk_add_options MOZ_MAKE_FLAGS="-j9 -s" | |
ac_add_options --disable-libjpeg-turbo | |
# This option is required if you want to be able to run Gaia's tests | |
ac_add_options --enable-tests | |
# turn on mozTelephony/mozSms interfaces | |
# Only turn this line on if you actually have a dev phone | |
# you want to forward to. If you get crashes at startup, | |
# make sure this line is commented. | |
#ac_add_options --enable-b2g-ril | |
ac_add_options --enable-application=b2g/graphene | |
ac_add_options --with-branding=b2g/branding/horizon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment