To get started with Android, you'll need to get familiar with Git and Repo.
To initialize your local repository using the Goliath-Android trees, use a command like this:
repo init -u git://github.com/goliath-android/android.git -b gingerbread
Then to sync up:
repo sync