error: frameworks/av/: prior sync failed; rebase still in progress
参考:https://ichrisking.github.io/2017/12/04/how-to-fix-rebase-still-in-progress/
https://blog.csdn.net/chaoren666/article/details/89249270
一、问题:同步代码提示 error: frameworks/av/: prior sync failed; rebase still in progress
原因:上周四有笔代码commit了没有push,这周一来同步代码发现有问题
二、进入frameworks/av 下git branch -av查看
三、删掉frameworks/av/.git/rebase-apply
四、同步正常
五、分析
//TODO