Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhdzumair/darklos_mainfest

Dark Lineage platform manifest
https://github.com/mhdzumair/darklos_mainfest

Last synced: 10 days ago
JSON representation

Dark Lineage platform manifest

Awesome Lists containing this project

README

        

# Dark Lineage platform manifest

## Setup

- Create directory
```
mkdir darklos
cd darklos
```

- To initialize your local repository using the Dark LineageOS trees, use a command like this:
```
repo init -u https://github.com/mhdzumair/darklos_mainfest.git
```

- To syncup silently with 4 no of cpu
```
repo sync -c -j4 --force-sync --no-clone-bundle --no-tags -q
```

## Build

- setup env
```
. build/envsetup.sh
```
- choose your build varient
```
lunch
```
- run build
```
brunch woods
```