mirror of
https://github.com/stucki/docker-lineageos
synced 2024-12-19 17:12:29 -05:00
Adjust LineageOS version to lineage-15.1
This commit is contained in:
parent
2a122e8925
commit
cc51650696
@ -38,7 +38,7 @@ If you're on Linux and want to use adb from within the container running with `-
|
|||||||
### How to build LineageOS for your device
|
### How to build LineageOS for your device
|
||||||
|
|
||||||
```
|
```
|
||||||
repo init -u git://github.com/lineageos/android.git -b cm-14.1
|
repo init -u git://github.com/lineageos/android.git -b lineage-15.1
|
||||||
repo sync -c -j 16
|
repo sync -c -j 16
|
||||||
source build/envsetup.sh
|
source build/envsetup.sh
|
||||||
breakfast <device codename> # example: breakfast grouper
|
breakfast <device codename> # example: breakfast grouper
|
||||||
|
2
run.sh
2
run.sh
@ -9,7 +9,7 @@ CCACHE=$(pwd)/ccache
|
|||||||
CONTAINER_HOME=/home/build
|
CONTAINER_HOME=/home/build
|
||||||
CONTAINER=lineageos
|
CONTAINER=lineageos
|
||||||
REPOSITORY=stucki/lineageos
|
REPOSITORY=stucki/lineageos
|
||||||
TAG=cm-14.1
|
TAG=lineage-15.1
|
||||||
FORCE_BUILD=0
|
FORCE_BUILD=0
|
||||||
PRIVILEGED=
|
PRIVILEGED=
|
||||||
ENVIRONMENT=
|
ENVIRONMENT=
|
||||||
|
Loading…
Reference in New Issue
Block a user