/local_manifests

Local manifests for building android

OnePlus 5 (cheeseburger) Manifest

Manifest for building LineageOS for the OnePlus 5 (cheeseburger)

Clone this repository in the .repo/ folder of your project

Device, kernel and vendor trees are based on the latest LineageOS trees

To build, execute the following commands in following order:

source build/envsetup.sh
lunch lineage_cheeseburger-user # (or lineage_cheeseburger-userdebug)
mka bacon # (or mka or m (m gives build error for some reason))

To clean in between builds, execute the following command:

mka clobber