Skip to content

Latest commit

 

History

142 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

The Android Open Source Project Nougat 7.0.0

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

repo init -u git://github.com/F-AOSP/manifest.git -b nougat
```
Add Moto G 2013/2014 resources by typing this:
````bash
curl --create-dirs -L -o .repo/local_manifests/moto-msm8226.xml -O -L https://raw.githubusercontent.com/F-AOSP/manifest/nougat/moto-msm8226.xml
```
Add Moto G 2015 resources by typing this:
````bash
curl --create-dirs -L -o .repo/local_manifests/moto-msm8916.xml -O -L https://raw.githubusercontent.com/F-AOSP/manifest/nougat/moto-msm8916.xml
```
Then to sync up:
````bash
repo sync
```
Finally to build:
````bash
./build.sh device_codename
```
Example:
````bash
./build.sh falcon
```

About

Use lollipop-5.1 branch for Dual-SIM devices

Resources

Stars

4 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors