8000 GitHub - sb6596/manifest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sb6596/manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AospExtended Q

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/aex-tmp/manifest.git -b 10.x

To initialize a shallow clone, which will save even more space & time, use a command like this:

  repo init --depth=1 -u git://github.com/aex-tmp/manifest.git -b 10.x

Then to sync up:

  repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Finally to build:

  . build/envsetup.sh
  lunch aosp_device_codename-userdebug
  mka aex -j$(nproc --all) | tee log.txt

Report build issues

Maintain Officially

  • 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)

Important Links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0