Update TWRP (android 4.4 ).yml

This commit is contained in:
ragebreaker 2024-08-17 21:59:02 +05:30 committed by GitHub
parent 70f9b0fe4b
commit 51b7d9e3f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: