Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 576 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 576 Bytes

ChidoriOS

ChidoriOS is an AOSP based rom, meant to be as lightweight as possible. Our mission is to provide a stock-like experience even on low-end devices, allowing them to enjoy the latest version of Android.

How to Build?

To initialize your local repository:

  repo init -u https://github.com/ChidoriOS-CAF/android_manifest.git -b pie

Then to sync up:

  repo sync -c -jx --force-sync --no-clone-bundle --no-tags

Finally to build:

  . build/envsetup.sh
  lunch chidori_$device-userdebug
  mka bacon -jx