Hey guys, so I never built AOSP before and so I thought I would give it a try. kernel.org is still down so I used the alternative method here: Alternative Android Repo
So I downloaded the repo script:
Then I downloaded the Android source:
Read more
So I downloaded the repo script:
Code:
curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo" > ~/bin/repo
chmod a+x ~/bin/repo
PATH=~/bin:$PATH
Then I downloaded the Android source:
Code:
mkdir WORKING_DIRECTORY
cd...
Read more