Created
January 16, 2015 14:50
-
-
Save flamingspaz/1c62180aa2768d76da71 to your computer and use it in GitHub Desktop.
nexus-4-kk
This file contains hidden or 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
export MOZILLA_OFFICIAL=1 | |
export PRODUCTION=1 | |
export CC=clang | |
export CXX=clang++ | |
export REMOTE_DEBUGGER=1 | |
export GAIA_DEV_PIXELS_PER_PX=2 | |
export DOGFOOD=0 | |
# multilocale stuff, need to clone the locales into B2G/gaia/locales | |
export LOCALE_BASEDIR=$PWD/gaia/locales | |
export LOCALES_FILE=$PWD/gaia/locales/languages-dev.json | |
export GAIA_DEFAULT_LOCALE=en-US |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment