FireHound / platform_manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FireHound

Getting Started

To get started with Firehound, you'll need to get familiar with Git and Repo.

Syncing Source

To initialise local FireHound repositories in your machine:

repo init -u git://github.com/FireHound/platform_manifest.git -b q10

Then to sync up:

repo sync -f --force-sync --no-clone-bundle --no-tags

For Official Build:

export FH_RELEASE=true

To Build:

. build/envsetup.sh && brunch fh_<device>-userdebug

About