crystalline / manifest

Manifest of AospExtended

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AospExtended Oreo

AospExtended is just an extension to AOSP, through which we are trying to provide a stock AOSP experience along with some important customization features. We have cherry-picked the features from many other projects and hence we are very thankful to them.

Credits

How to Build?

To initialize your local repository using the AospExtended trees, use a command like this:

  repo init -u git://github.com/AospExtended/manifest.git -b 8.1.x

Then to sync up:

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

Finally to build:

  . build/envsetup.sh
  lunch aosp_device_codename-userdebug
  mka aex -jx

Please do not forget to go through our Documentation, Official Devices & Thread Template where we have our specific guidelines regarding Official Device, Template, Gerrit etc.

Important Links:

About

Manifest of AospExtended