mirror of
https://github.com/stucki/docker-lineageos
synced 2024-12-19 17:12:29 -05:00
Adjust LineageOS version to cm-14.1
This commit is contained in:
parent
1b629ad28c
commit
44c82cadab
@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Rename the project from "docker-cyanogenmod" to "docker-lineageos"
|
- Rename the project from "docker-cyanogenmod" to "docker-lineageos"
|
||||||
- Change all references of "CyanogenMod" to "LineageOS", see http://lineageos.org/
|
- Change all references of "CyanogenMod" to "LineageOS", see http://lineageos.org/
|
||||||
- Rename user "cmbuild" to "build"
|
- Rename user "cmbuild" to "build"
|
||||||
|
- Adjust LineageOS version to cm-14.1
|
||||||
|
|
||||||
## [0.6.0] - 2016-08-20
|
## [0.6.0] - 2016-08-20
|
||||||
### Added
|
### Added
|
||||||
|
@ -32,7 +32,7 @@ The container uses "screen" to run the shell. This means that you will be able t
|
|||||||
### 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-13.0
|
repo init -u git://github.com/lineageos/android.git -b cm-14.1
|
||||||
repo sync
|
repo sync
|
||||||
source build/envsetup.sh
|
source build/envsetup.sh
|
||||||
breakfast <device codename> # example: breakfast grouper
|
breakfast <device codename> # example: breakfast grouper
|
||||||
|
Loading…
Reference in New Issue
Block a user