To get started with Bianca Project, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository using the Bianca Project trees, use a command like this:
repo init -u https://github.com/BiancaProject/android.git -b 11
Then to sync up:
repo sync --force-sync --no-tags --no-clone-bundle
To build, use command:
source build/envsetup.sh
lunch bianca_$device-userdebug
mka dudu