#同步lineageos源码
https://github.com/LineageOS/android
#放入编译自己机型的三件套
device,kernel,vendor
#克隆omni recovery源码
https://github.com/omnirom/android_bootable_recovery
#初始化编译环境 . build/envsetup.sh #编译前先清理一下 make clean #获取机型列表菜单,选择对应的机型 lunch #开始编译 time make -j8 recoveryimage showcommands