For Nexus 7 (2013) and Pixel C
Make a directory and switch into it.
mkdir l18
cd l18Initialize the repository.
repo init -u https://github.com/LineageOS/android.git -b lineage-18.1Then you need a copy of the local build manifest.
mkdir .repo/local_manifests
curl https://raw.githubusercontent.com/ipdev99/local_manifests/lineage-18.1/roomservice.xml -o .repo/local_manifests/roomservice.xmlor
curl --create-dirs -L -o .repo/local_manifests/roomservice.xml https://raw.githubusercontent.com/ipdev99/local_manifests/lineage-18.1/roomservice.xmlThen to sync up.
The initial sync will take a long time.
repo syncFinally to build.
Nexus 7 (2013) WiFi
source build/envsetup.sh
brunch floNexus 7 (2013) LTE (Mobile)
source build/envsetup.sh
brunch debPixel C
source build/envsetup.sh
brunch dragon