Skip to content

irisanna1607/manifest-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

ANDROID OPEN SOURCE EXTENDED PROJECT


A custom Android firmware exclusively for supporting devices whose OEM has been abandoned with latest software and security implementation.

Credits


How to Build?


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

  repo init -u git://github.com/ExtendedOS/manifest.git -b pie

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 aosep -j$(nproc --all)
  where j$ denotes the number of available cores
  ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published