Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 596 Bytes

README.mkdn

File metadata and controls

25 lines (16 loc) · 596 Bytes

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.