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

https://github.com/mudler/android-builds-recipes

:whale: Android builds recipes for various devices/ROM with docker
https://github.com/mudler/android-builds-recipes

Last synced: over 1 year ago
JSON representation

:whale: Android builds recipes for various devices/ROM with docker

Awesome Lists containing this project

README

          

# android-builds
Android builds for various devices/ROM

## Requirements

- Docker
- [luet](https://github.com/mudler/luet)
- At least 200GB of disk space (same requirement from standard lineageos builds)

## How to build

Clone this repository and run:

```bash
luet build --tree packages lineageos/
```

At the moment, only chiron is available.

### Example

Build chiron lineageos 18.1:

```bash
luet build --tree packages lineageos/chiron@18.1
```