To get started with Illusion-Dev sources, you'll need to get familiar with Git and Repo.
First of all you will need to register, set up your SSH and username. Then you will only need to follow that steps:
- cd "folder" That second step must be done on every folder you want to commit to.
- scp -p -P 29418 @97.81.45.99:hooks/commit-msg .git/hooks/ Now make your changes or cherry-picks. Be sure after editing files there is not example.xml~ , if that files are not deleted they will be added to commit on gerrit.
- git add -A
- git commit -m "Commit Message"
- git push ssh://@97.81.45.99:29418/ HEAD:refs/for/4.4
You will need to set up some directories in your build environment:
mkdir -p ~/bin
mkdir -p ~/illusion
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
cd ~/illusion
repo init -u git://github.com/IllusionRom/android_platform_manifest.git -b illusion-4.4
repo sync -jx(x=numbers of core, we would recommend to use 4)
Initialize the environment running:
. build/envsetup.sh
To start compiling IllusionROM run:
. build/compile.sh
https://plus.google.com/u/0/communities/112286836578746601543