Skip to content

Commit 6959612

Browse files
committed
Update manifest for cm-11
Change-Id: I66b4c84ae6420a043c6d54e6bf695cb749bcbf3b
2 parents 2128720 + c664329 commit 6959612

File tree

3 files changed

+127
-509
lines changed

3 files changed

+127
-509
lines changed

README.mkdn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Android for ARMv6 and other Legacy Devices - CyanogenMod 10.2
1+
Android for ARMv6 and other Legacy Devices - CyanogenMod 11.0
22
===========
33

44
Getting Started
@@ -10,7 +10,7 @@ familiar with [Git and Repo](http://source.android.com/source/developing.html).
1010

1111
To initialize your local repository using the CyanogenMod trees, use a command like this:
1212

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
1414

1515
Then to sync up:
1616

@@ -47,12 +47,12 @@ Uploading Patches
4747
cd WORKING_DIR
4848
source build/envsetup.sh
4949
cd PROJECT_DIR
50-
repo start cm-10.2 .
50+
repo start cm-11.0 .
5151
... make changes ...
5252
git add .
5353
git commit -m "Commit message"
5454
repo upload .
55-
repo abandon cm-10.2 .
55+
repo abandon cm-11.0 .
5656

5757

5858

0 commit comments

Comments
 (0)