Update TWRP (android 4.4 ).yml
This commit is contained in:
parent
70f9b0fe4b
commit
51b7d9e3f0
9
.github/workflows/TWRP (android 4.4 ).yml
vendored
9
.github/workflows/TWRP (android 4.4 ).yml
vendored
@ -38,6 +38,15 @@ on:
|
||||
description: 'MAKEFILE_NAME (without including .mk, Example: omni_7304F)'
|
||||
required: true
|
||||
default: 'omni_'
|
||||
LDCHECK:
|
||||
description: 'Use LDCHECK'
|
||||
required: false
|
||||
default: 'false'
|
||||
type: boolean
|
||||
LDCHECKPATH:
|
||||
description: 'Path of blobs to check' # Use it know what kind of dependencies your missing for decryption blobs.
|
||||
required: true
|
||||
default: 'system/bin/qseecomd'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user