File tree Expand file tree Collapse file tree 3 files changed +127
-509
lines changed Expand file tree Collapse file tree 3 files changed +127
-509
lines changed Original file line number Diff line number Diff line change 1
- Android for ARMv6 and other Legacy Devices - CyanogenMod 10.2
1
+ Android for ARMv6 and other Legacy Devices - CyanogenMod 11.0
2
2
===========
3
3
4
4
Getting Started
@@ -10,7 +10,7 @@ familiar with [Git and Repo](http://source.android.com/source/developing.html).
10
10
11
11
To initialize your local repository using the CyanogenMod trees, use a command like this:
12
12
13
- repo init -u git://github.com/androidarmv6/android.git -b cm-10.2
13
+ repo init -u git://github.com/androidarmv6/android.git -b cm-11.0
14
14
15
15
Then to sync up:
16
16
@@ -47,12 +47,12 @@ Uploading Patches
47
47
cd WORKING_DIR
48
48
source build/envsetup.sh
49
49
cd PROJECT_DIR
50
- repo start cm-10.2 .
50
+ repo start cm-11.0 .
51
51
... make changes ...
52
52
git add .
53
53
git commit -m "Commit message"
54
54
repo upload .
55
- repo abandon cm-10.2 .
55
+ repo abandon cm-11.0 .
56
56
57
57
58
58
You can’t perform that action at this time.
0 commit comments