Skip to content

JTdevAndroid/manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 

Repository files navigation

AOSP+RRO Lollipop 5.1

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

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

About

Use lollipop-5.1 branch for Dual-SIM devices

Resources

Stars

Watchers

Forks

Packages

No packages published