Skip to content

VertexOS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VertexOS

Getting Started

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

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

repo init -u https://github.com/VertexOS/manifest.git -b n

Then to sync up:

repo sync -c -f -j8 --force-sync --no-clone-bundle --no-tags

Building the source

$ . build/envsetup.sh
$ lunch
$ time make -jX bacon

where X is the number of jobs you would like to allot to the build system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published