Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 361 Bytes

File metadata and controls

21 lines (20 loc) · 361 Bytes

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