Skip to content

Instantly share code, notes, and snippets.

@autonome
Created January 4, 2014 23:23
Show Gist options
  • Save autonome/8262161 to your computer and use it in GitHub Desktop.
Save autonome/8262161 to your computer and use it in GitHub Desktop.
my configuration stuff for Nexus 4 + Firefox OS latest (mozilla-central + gaia/master
# cleanup
rm -rf objdir-gecko && rm -rf out
# .userconfig
export BRANCH=master
export HIDPI=1
export NOFTU=1
# configure
source .userconfig && BRANCH=master TARGET_BUILD_VARIANT=userdebug ./config.sh nexus-4
# update
git pull && ./repo sync
# build
./build.sh TARGET_BUILD_VARIANT=userdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment