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.
- JDCTeam
- DirtyUnicorns
- TeamSubstratum (Theme Engine)
- LineageOS/Cyanogenmod
- Nitrogen Project
- ABC ROM
- GZOSP
- Pure Nexus
- OmniROM
- AOSPA
- BlissRoms
To initialize your local repository using the AospExtended trees, use a command like this:
repo init -u https://github.com/drshaggy/manifest.git -b 9.x
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
. build/envsetup.sh
lunch aosp_device_codename-userdebug
mka aex -j$(nproc --all)
- You can reach us via Telegram
- If you're building AospExtended for an unofficial device and would like to make it official, Check out the link below for more information about the requirements for both you and your device.
- Click here for more info (Read full README)