How to fork the whole Android operating system's code?
android, git-fork, github, open-source, version-control
Solution
You don't need to fork the entire platform for most cases. You'll need to fork the projects you're making changes to and update the manifest .xmls to point to your server for those projects.
Problem
I'd like to fork the whole Android operating system's code so that I can make my own modifications to Android. It's best if I can fork the whole thing to repositories on GitHub. There doesn't seem to be much resources available on how to fork the whole Android operating system's code on Google, maybe someone could provide more details? In the worst case scenario, would it be feasible for me to fork each individual repository to repositories under my GitHub account?