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)
43 wget -O - https://github.com/Anbox-halium/anbox-halium/raw/lineage-17.1/scripts/install.sh | bash
45 Note: Run installer on the user you are willing to install anbox on
49 Running anbox requires:
52 * Specific binder nodes (anbox-binder anbox-hwbinder anbox-vndbinder)
53 Checkout defconfig kernel patcher [script](https://github.com/Anbox-halium/anbox-halium/blob/lineage-17.1/scripts/check-kernel-config.sh) for patching halium devices kernel.
55 check-kernel-config.sh halium_device_defconfig -w
57 On mainline devices it is highly recommanded to use needed drivers as module. (binder_linux and ashmem_linux)