7 To get started with Android/LineageOS, you'll need to get
8 familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
10 To initialize your local repository using the LineageOS trees, use a command like this:
12 repo init -u git://github.com/LineageOS/android.git -b lineage-17.1
16 wget https://raw.githubusercontent.com/Anbox-halium/anbox-halium/lineage-17.1/anbox.xml -P .repo/local_manifests/
22 Then to apply anbox patches:
24 anbox-patches/apply-patches.sh --mb
29 Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building environment setup.
34 lunch lineage_anbox_arm64-userdebug
35 make systemimage -j$(nproc --all)
36 make vendorimage -j$(nproc --all)