Project

General

Profile

SDKBuild » History » Revision 5

Revision 4 (Denis 'GNUtoo' Carikli, 04/25/2011 09:46 AM) → Revision 5/18 (Denis 'GNUtoo' Carikli, 04/25/2011 09:46 AM)

 
 h2. == Setup 

 == 
 The setup is the same than for your phone(refer to [[BuildDream|The [wiki:BuildDream The HTC Dream page]] page] ) 

 h2. 
 == Each time you want to build replicant 2.2 SDK 

 == 
 Open a new shell and do: 
 <pre> 
 {{{ 
 cd ~/replicant-2.2 
  ../bin/repo sync 
 source build/envsetup.sh 
 export ANDROID_JAVA_HOME=$JAVA_HOME 
 make -j$(echo "$(grep 'processor' /proc/cpuinfo | wc -l ) + 1" | bc) sdk    #uses arguments like -j9 to speed up build in case of multi-core cpu 
 </pre> 
 }}} 
 Note that we don't run the lunch command