Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mhdzumair/darklos_mainfest
- Owner: mhdzumair
- Created: 2021-05-28T04:11:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T12:01:02.000Z (almost 3 years ago)
- Last Synced: 2023-05-21T04:19:20.970Z (over 1 year ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```