Skip to content

buhonghao/actions_build_recovery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

利用Github Actions编译REC

A Github Action to build Recovery


## 配置

配置文件是config.json

名称 类型 描述
twrp_url String Recovery Manifest地址
twrp_branch String Recovery Manifest分支
git_username String 您使用Git的用户名
git_email String 您使用Git的邮箱(Github可使用Github ID+Github用户名@users.noreply.github.com
use_own_dt Boolean 指示是否使用个人设备树(此项为true后以下三项起效)
dt_url String 您使用的设备树的地址(格式:USER/REPO
dt_branch String 您使用的设备树的分支
dt_remote String 您使用设备树的存储库(如github/gitlab
dt_path String 指示设备树本地保存位置(示例device/huawei/kiwi
device_code String 您将要编译机型的机型代号
fix_product Boolean 指示是否修复无法找到设备的问题
fix_branch String 指示修复以上问题所使用的分支
fix_misscom Boolean 指示是否修复缺少device/qcom/common的问题
fix_busybox Boolean 指示是否修复缺少busybox的问题

开始

点击右上角Star就会开始

编译结果

可以在对应workflow的UploadREC过程中找到wetransfer链接下载

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%