To get started with EFIDroid, you'll need to get familiar with Git and Repo.
To initialize your local repository using the EFIDroid trees, use a command like this:
repo init -u git://github.com/shvelo/manifest.git -b master
Then to sync up:
repo sync
Please see the EFIDroid Wiki for building instructions.