Project

General

Profile

NexusOneBuild » History » Revision 6

Revision 5 (Denis 'GNUtoo' Carikli, 10/04/2010 07:41 PM) → Revision 6/19 (Denis 'GNUtoo' Carikli, 10/04/2010 07:42 PM)

 

 == Setup == 
 TODO: describe repo tool 

 {{{ 
  mkdir replicant-2.2 
  cd replicant-2.2 
  ../bin/repo init -u git://gitorious.org/replicant/manifest.git -b replicant-2.2 
  ../bin/repo sync 
 }}} 

 == Each time you want to build replicant 2.2 == 
 {{{ 
 cd ~/replicant-2.2 
 source build/envsetup.sh 
 export ANDROID_JAVA_HOME=$JAVA_HOME 
 lunch cyanogen_passion-eng 
 make  
 }}}