基于LineageOS编译TWRP Recovery(使用kernel源码)

2018-06-08 04:14:52 -0400

编译前准备

#同步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
«Newer      Older»
Comment:
Name:

Back to home

Subscribe | Register | Login | N