Last active
August 29, 2015 13:58
-
-
Save cargabsj175/9942081 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
######################## | |
VARIANT=user | |
######################## | |
## Development | |
######################## | |
#export B2G_DEBUG=1 # Debug Build | |
#export B2G_NOOPT=1 # Disable Optimizer | |
#export NOFTU=1 # Disable First Time User Experience | |
#export DEVICE_DEBUG=1 # Enable gaia developer mode | |
######################## | |
## Bootlogo | |
######################## | |
export ENABLE_DEFAULT_BOOTANIMATION=true | |
######################## | |
## Make Official Branding Build | |
######################## | |
export MOZILLA_OFFICIAL=1 | |
export PRODUCTION=1 | |
export GAIA_APP_TARGET=production | |
export GAIA_INSTALL_PARENT=/system/b2g | |
export PRESERVE_B2G_WEBAPPS=0 | |
export B2G_SYSTEM_APPS=1 | |
######################## | |
## Gaia | |
######################## | |
export LOCALE_BASEDIR=/media/carlos/proyectos/FirefoxOS/inari/B2G/gaia-l10n | |
export LOCALES_FILE=/media/carlos/proyectos/FirefoxOS/inari/B2G/gaia-l10n/languages_dev.json | |
#export GAIA_DEFAULT_LOCALE=es | |
export REMOTE_DEBUGGER=1 | |
export GAIA_KEYBOARD_LAYOUTS=de,el,en,es,eu,fr,hu,it,pl,pt-BR,ru,sr-Cyrl,sr-Latn | |
export GAIA_DISTRIBUTION_DIR=/media/carlos/proyectos/FirefoxOS/inari/B2G/vegnuxmod | |
######################## | |
## Gecko | |
######################## | |
export L10NBASEDIR='/media/carlos/proyectos/FirefoxOS/inari/B2G/gecko-l10n' | |
export MOZ_CHROME_MULTILOCALE="es-ES" | |
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/media/carlos/proyectos/FirefoxOS/inari/B2G/compare-locales/scripts:/media/carlos/proyectos/FirefoxOS/inari/B2G/" | |
export PYTHONPATH="/media/carlos/proyectos/FirefoxOS/inari/B2G/compare-locales/lib" | |
######################## | |
## Fota ./build.sh gecko-update-fota | |
######################## | |
B2G_FOTA_DIRS="system/b2g system/xbin" | |
######################## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment