CM: 如何本身build一個官方版本出來,使用官方release中的manifests.xml

This can be accomplished in one of two ways:ui

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
this

ORspa

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

等於這樣你就有了這個版本CM build的manifests.xml。xml

Enabling the Manifest

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

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

-m就是使用本地文件,-u就是使用URL了。class

相關文章
相關標籤/搜索