mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
Update to cm-13.0
This commit is contained in:
parent
93868bd3fb
commit
dd16653bb6
@ -27,7 +27,7 @@ The container uses "screen" to run the shell. This means that you will be able t
|
|||||||
### How to build CyanogenMod for your device
|
### How to build CyanogenMod for your device
|
||||||
|
|
||||||
```
|
```
|
||||||
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
|
repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0
|
||||||
repo sync
|
repo sync
|
||||||
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
@ -7,7 +7,7 @@ CCACHE=$(pwd)/ccache
|
|||||||
CONTAINER_HOME=/home/cmbuild
|
CONTAINER_HOME=/home/cmbuild
|
||||||
CONTAINER=cyanogenmod
|
CONTAINER=cyanogenmod
|
||||||
REPOSITORY=stucki/cyanogenmod
|
REPOSITORY=stucki/cyanogenmod
|
||||||
TAG=cm-12.1
|
TAG=cm-13.0
|
||||||
FORCE_BUILD=0
|
FORCE_BUILD=0
|
||||||
|
|
||||||
# Create shared folders
|
# Create shared folders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user