- You have basic knowledge of Repo and Version Control with Git.
- Make sure you have an Android Build Environment and the Repo Tool set up.
- 100GB of disk space.
repo init -u https://github.com/GenesisOS/manifest.git -b yume --git-lfs
repo sync -j$(nproc --all) --force-sync --no-tags --no-clone-bundle --prune --optimized-fetch
source build/envsetup.sh
lunch genesis_$devicecodename-bp4a-userdebug
mka genesis
Now fix the errors during compilation and wait for Successful Build Message. Happy Compiling!
