Today I will show you how to build tequilaOS π
First
Initializing the tequilaOS repo and downloading the manifest
repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla
If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1
flag to the above command.
This will save a lot of space
Sync code aka download
meh way
repo sync
cool way
faster and better
repo sync build/make vendor/tequila && source build/envsetup.sh && reposync
Buil[d/t]ing
# Set up environment
. build/envsetup.sh
# Choose a target
lunch tequila_$device-$variant # $variant - either user, userdebug or eng
# Build the code
mka bacon
Proper docs
If you are looking for some special toggles or commands…
This is not another junk rom stick up in ass. Just build it. LMFAO