To get started with Android/WitAqua, you'll need to get familiar with Source Control Tools.
To initialize your local repository using the WitAqua trees, use a command like this:
repo init -u https://github.com/WitAqua/manifest.git -b 16.0 --git-lfs
Then to sync up:
repo sync
Flags
# Whether you are compiling being an OFFICIAL Maintainer:
WITAQUA_BUILD_TYPE := OFFICIAL/UNOFFICIAL (Default: UNOFFICIAL)
# Maintainer Name
WITAQUA_MAINTAINER := "YourInput" (Default: Unknown)
Patches are always welcome! Please submit your patches via Pull Request!