Skip to content

AOSP-RRO/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

AOSP+OMS Nougat

To initialize your local repository using the AOSP-OMS trees, use a command like this:

repo init -u git://github.com/AOSP-RRO/manifest.git -b nougat
```
Then to sync up:
````bash
repo sync
```
Finally to build:
````bash
./build.sh device_codename
```
Example:
````bash
./build.sh falcon
./build.sh titan
./build.sh osprey