This is mostly based on the work made by YAAP. This might change in the future.
To get started with Android, you'll need to get familiar with Git and Repo.
To initialize your local repository using the Bootleggers trees, use a command like this:
repo init -u https://github.com/Bootleggers-BrokenLab/manifest.git -b viribio --git-lfs
Then to sync up:
repo sync -j$(nproc --all) --no-tags --no-clone-bundle --current-branch
The source at Bootleggers might face some build issues, so be prepared! To start building, you can run the following commands:
source build/envsetup.sh
lunch bootleggers_device-user && m bootleggers