您的位置:首页 > 产品设计 > UI/UE

CM: 如何自己build一个官方版本出来,使用官方release中的manifests.xml

2013-08-16 10:05 375 查看
This can be accomplished in one of two ways:

1) Pull the file from your device:
cd /your/repo/path
adb pull /system/etc/build-manifest.xml .repo/manifests/cm-10.0.0.xml


OR

2) Extract /system/etc/build-manifest.xml from the ROM zip and place it manually.

等于这样你就有了这个版本CM build的manifests.xml。

Enabling the Manifest

Switch to this new manifest and enable it by typing:
repo init -m cm-10.0.0.xml
repo sync


To go back to mainline:
repo init -m default.xml
repo sync


-m就是使用本地文件,-u就是使用URL了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: