Android 常用的打patch的方式

首先获取patch

git apply --check     userroot.patch

如果不报错误就是说明可以使用

git apply useroot.patch即可打成功patch

你可能感兴趣的:(Android)