Project

General

Profile

SDKBuild » History » Version 3

Denis 'GNUtoo' Carikli, 04/25/2011 09:43 AM

1 1 Denis 'GNUtoo' Carikli
== Each time you want to build replicant 2.2 SDK ==
2 2 Denis 'GNUtoo' Carikli
Open a new shell and do:
3 1 Denis 'GNUtoo' Carikli
{{{
4
cd ~/replicant-2.2
5
 ../bin/repo sync
6
source build/envsetup.sh
7
export ANDROID_JAVA_HOME=$JAVA_HOME
8
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
9
}}}
10 3 Denis 'GNUtoo' Carikli
Note that we don't run the lunch command