Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cm 10.1 user=mitwo #1

Open
wants to merge 13 commits into
base: cm-10.1
Choose a base branch
from
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Local manifests to build CyanogenMod 10.1 for Xiaomi Mi2.

How to build:
编译方法:
-------------

Initialize repo:
1、repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1

repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
curl --create-dirs -L -o .repo/local_manifests/local_manifest.xml -O -L https://raw.github.com/mitwo-dev/android_local_manifest/cm-10.1/local_manifest.xml
repo sync
2、curl --create-dirs -L -o .repo/local_manifests/local_manifest.xml -O -L https://raw.github.com/mitwo/android_local_manifest/cm-10.1/local_manifest.xml

. build/envsetup.sh
brunch aries
3、repo sync

4、. build/envsetup.sh

5、brunch aries
1 change: 1 addition & 0 deletions local_manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<remove-project path="system/core" name="CyanogenMod/android_system_core" />

<!-- Local projects -->
<!--秋叶随风把这些文件删除了。所以下面的路径不能用了。-->
<project path="system/core" name="mitwo-dev/android_system_core" remote="mitwo" revision="cm-10.1" />
<project path="hardware/qcom/audio-caf" name="mitwo-dev/android_hardware_qcom_audio-caf" remote="mitwo" revision="cm-10.1" />

Expand Down