To get started with Android/FlexOS, you'll need to get familiar with Git and Repo.
To initialize your local repository using the FlexOS trees, use a command like this:
repo init -u git://github.com/TeamFlex/manifest.git -b flexmm
Then to sync up:
repo sync -f -jX
where X is the number of jobs.