Joined
·
148 Posts
Hey Guys,
Figured id post a little howto for those who want to build from src and maybe post some fixes. and help out xoomdev.
All the thanks goes to xoomdev for helping me get the build going on my box.
Step A) Git init their Git for TB
repo init -u git://github.com/OMFGB/manifest.git -b mecha
Step
Sync the src (This can take some time. Get some coffee / beer / food)
repo sync -j 12
Step C) When the above is done. We are ready to play.
Linux:
. build/envsetup.sh
lunch
5
mka otapackage
OSX:
. build/envsetup.sh
lunch
5
make -j CORES_HERE otapackage
Figured id post a little howto for those who want to build from src and maybe post some fixes. and help out xoomdev.
All the thanks goes to xoomdev for helping me get the build going on my box.
Step A) Git init their Git for TB
repo init -u git://github.com/OMFGB/manifest.git -b mecha
Step

repo sync -j 12
Step C) When the above is done. We are ready to play.
Linux:
. build/envsetup.sh
lunch
5
mka otapackage
OSX:
. build/envsetup.sh
lunch
5
make -j CORES_HERE otapackage