Search code examples
androidandroid-source

How build and install Android SystemUi


I want to change some element in SystemUI, not only colors and resources, but also possibly change some behavior directly in the part of AOSP - systemui part.

Link from google

Link from old mirror

I can download sources, i can change code source, but how i can build only SystemUI part into .apk file and and install in to my device?

P.S.: I have keys for sign, i have device, i have aosp, but i want work with only SystemUI part, if possible separately as a separate module


Solution

  • First you need full source code of AOSP version.

    Then you can build SystemUI with mm command.