Compile Waydroid - Lineage OS based images
Last updated
Was this helpful?
Last updated
Was this helpful?
To get started with Android/LineageOS, you'll need to get familiar with and its .
To initialize your local repository using the LineageOS trees, use a command like this:
Then we grab the Waydroid local_manifests
Then to sync up:
Then we setup the local build environment:
After that is complete, we apply the Waydroid patches:
The default output of the AOSP build system is an "Android Sparse Image". We need raw fileystems instead. From the same terminal where you just built a system and a vendor image, run:
to obtain your target raw images at ~/system.img and ~/vendor.img
To manually regenerate the local_manifests, we also have added a function to do so
After doing that you will want to resync (this will wipe out any local changes, so make sure you save your work to a different branch)
Please see the for building environment setup.
See