Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 424 Bytes

File metadata and controls

18 lines (11 loc) · 424 Bytes

Welcome to FlexOS

Getting Started

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

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

repo init -u git://github.com/TeamFlex/manifest.git -b flexmm

Then to sync up:

repo sync -f -jX

where X is the number of jobs.