To get started with Android/LineageOS, you'll need to get familiar with Source Control Tools.
To initialize your local repository using our trees, use a command like this:
repo init -u https://github.com/itsfragilecode/android.git -b lineage-21.0 --git-lfs
Then switch over to veux
branch (TODO: this should be easier):
cd .repo/manifests
git fetch
git checkout veux
cd -
Then to sync up:
repo sync
Please see the LineageOS Wiki for building instructions, by device.
Initialize the ROM environment with the envsetup.sh script.
. build/envsetup.sh
Lunch your device after cloning all device sources if needed.
lunch lineage_veux-ap2a-userdebug
Start compiling and build update zip.
mka bacon