dibblebill
Android Expert
Don't forget to pull in the CyanogenMod prebuilts after the sync or you will run into an error. Here is a quick reference of the commands needed to download the source and start a build..
To initialize your local repository using the CyanogenMod trees, use a command like this:
repo init -u git://github.com/vmobi-gogh/android.git -b jellybean
Then to sync up:
repo sync
Once the repo's are synced you will need to get the CyanogenMod prebuilts
vendor/cm/get-prebuilts
To start the build you will need to run the following.
. build/envsetup.sh && brunch goghvmu
I am going to try and look at a few things today but if anyone wants to help please feel free to do so. Just let me know if you get anywhere and ill give you permissions to start make changes.
I'll have to work out another way to work on this- having this AND my OmniROM sources on my 80GB hard drive left me 12... MEGABYTES to work with

As soon as I've worked it out and taken a look and began learning actual development, not just ROM hacking, I'll definitely try to help out