Skip to content

Instantly share code, notes, and snippets.

@caseyyee
Created June 11, 2015 23:32
Show Gist options
  • Save caseyyee/c8ea6e38d9919d3a5055 to your computer and use it in GitHub Desktop.
Save caseyyee/c8ea6e38d9919d3a5055 to your computer and use it in GitHub Desktop.
mozconfig for horizon
. "$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