To get started with the 2by2 Project sources, you'll need to get familiar with Git and Repo.
To initialize your local repository, use command:
repo init -u https://github.com/2by2-Project/manifest.git -b Bismuth --git-lfsThen sync up:
repo sync -j$(nproc --all)Initialize the ROM environment with the envsetup.sh script.
. build/envsetup.shLunch your device after cloning all device sources if needed.
lunch devicecodename-buildtypeStart compilation
m bacon