Skip to content

AOSP-LEGACY/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

AOSP 10.0 FOR LEGACY DEVICES

Getting started:

To get started, you'll need to get familiar with Repo and Version Control with Git.

To initialize the sources locally, use a command like this:

$ repo init -u https://github.com/AOSP-LEGACY/manifest -b ten

Then to sync up:

$ repo sync -c -f --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Finally, to build:

$ source build/envsetup.sh
$ lunch aosp_<device>-userdebug
$ m -j$(nproc --all) otapackage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published