docker-lineageos
docker-lineageos copied to clipboard
A more automated Docker-based build environment for LineageOS
When launching a build, the console is outputting the following warning: > ... A new repo command ( 1.26) is available. > ... You should upgrade soon: Maybe the repo...
Create an env file for the Samsung Galaxy Tab 2 7.0 / Tab 2 10.1 (Wi-Fi / Wi-Fi + IR).
Hello! Would someone be able to provide a few hints or pointers of what exact type and version of the blobs I need to hint down? As the LineageOS docs...
running: ``` docker run --rm --privileged \ -v "$(pwd)/android":/home/lineageos \ -e GIT_USER_NAME=thejacer87 \ -e [email protected] \ -e DEVICE_CODENAME=serrano3gxx \ -ti jfloff/lineageos lineageos init build ``` get this error: ``` error:...
Was just browsing through and noticed: https://github.com/jfloff/docker-lineageos/blob/f55847312f75cc733ee17eec8adb8c3bd39712de/lineageos#L30 FYI: ```bash $ if [[ 3 > 22 ]]; then echo true; else echo false; fi true ``` True, because 3 comes after...