Actions
SDKBuild » History » Revision 6
« Previous |
Revision 6/18
(diff)
| Next »
Paul Kocialkowski, 02/04/2012 10:32 PM
Setup¶
The setup is the same than for your phone(refer to The HTC Dream page )
Each time you want to build replicant 2.2 SDK¶
Open a new shell and do:
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
Note that we don't run the lunch command
Updated by Paul Kocialkowski about 13 years ago · 6 revisions