1
0
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:
Michael Stucki 2016-01-22 14:03:08 +01:00
parent 93868bd3fb
commit dd16653bb6
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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