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
- Host: GitHub
- URL: https://github.com/mudler/android-builds-recipes
- Owner: mudler
- License: mit
- Created: 2021-09-03T14:30:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T14:37:45.000Z (over 4 years ago)
- Last Synced: 2025-02-02T07:43:35.875Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```