Skip to content

L-Aosp/manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Lantern Aosp -- MarshMallow

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

repo init -u git://github.com/L-Aosp/manifest.git -b M-6.0
```
Add Onyx resources by typing this:
````bash
curl --create-dirs -L -o .repo/local_manifests/onyx.xml -O -L https://raw.githubusercontent.com/L-Aosp/manifest/M-6.0/onyx.xml
```
Then to sync up:
````bash
repo sync
```
Finally to build:
````bash
./build.sh device_codename
```
Example:
````bash
./build.sh falcon
./build.sh titan
```

Ps: ROM Based on AOSP-RRO of Srysuria

About

Use lollipop-5.1 branch for Dual-SIM devices

Resources

Stars

Watchers

Forks

Packages

No packages published