|
|
@@ -8,7 +8,6 @@ on:
|
|
|
workflow_dispatch:
|
|
|
inputs:
|
|
|
release_type:
|
|
|
- description: "Release Type"
|
|
|
type: choice
|
|
|
options:
|
|
|
- Action
|
|
|
@@ -16,7 +15,6 @@ on:
|
|
|
- Release
|
|
|
default: Action
|
|
|
kernel_build_version:
|
|
|
- description: "Kernel Version"
|
|
|
type: choice
|
|
|
options:
|
|
|
- All
|
|
|
@@ -29,7 +27,6 @@ on:
|
|
|
- android16-6.12
|
|
|
default: All
|
|
|
root_flavor:
|
|
|
- description: "Root Implementation"
|
|
|
type: choice
|
|
|
options:
|
|
|
- none
|
|
|
@@ -38,47 +35,36 @@ on:
|
|
|
- ReSukiSU
|
|
|
default: KernelSU-Next
|
|
|
use_susfs:
|
|
|
- description: "SUSFS root-hiding patches + module"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_nomount:
|
|
|
- description: "NoMount kernel integration + metamodule"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_bbg:
|
|
|
- description: "Baseband-guard (SUSFS addon)"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_net:
|
|
|
- description: "Networking patches"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_ds:
|
|
|
- description: "DroidSpaces-OSS patches"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_ntsync:
|
|
|
- description: "NTSync game-sync patches"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_ptrace:
|
|
|
- description: "Ptrace patch"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_unicode:
|
|
|
- description: "Unicode filename fix patch"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_btf:
|
|
|
- description: "Enable BTF (DWARF/BTF type info)"
|
|
|
type: boolean
|
|
|
default: true
|
|
|
use_perf:
|
|
|
- description: "Performance patches"
|
|
|
type: boolean
|
|
|
default: false
|
|
|
brand_name:
|
|
|
- description: "Kernel Branding text (appended to version, e.g. Wild)"
|
|
|
type: string
|
|
|
default: Wild
|
|
|
|