This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Description
I'd need to integrate/merge Xposed to AOSP source tree such that when I issue make at the AOSP root, it creates system.img shipping Xposed framework out-of-the-box.
Current installation steps kinda patches an existing non-Xposed image and makes it Xposed installed (via update-binaries scripts).
Could you please point me out to the way I could approach my goal?