Before you begin, it is essential to ensure that your machine meets the necessary requirements and has the required dependencies installed.
Create a directory for your Android source code:
mkdir ~/witaqua
cd ~/witaqua
Now initialize the repo:
repo init -u https://github.com/WitAqua/manifest.git -b 15 --git-lfs
Sync the repository to download the source code:
repo sync
::: info This can take several hours depending on your internet connection. :::
Before you can build, you'll need to set up the environment for the build.
. build/envsetup.sh
breakfast <codename>
Start the build process:
brunch <codename>