Update TWRP (android 4.4+ ).yml

This commit is contained in:
ragebreaker 2024-08-22 09:35:22 +05:30 committed by GitHub
parent 2ebe9220f8
commit e47d425ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,12 +24,6 @@ on:
description: 'DEVICE_PATH' description: 'DEVICE_PATH'
required: true required: true
default: 'device/' default: 'device/'
COMMON_TREE_URL:
description: 'COMMON_TREE_URL (if no common tree, leave blank)'
required: false
COMMON_PATH:
description: 'COMMON_PATH (if no common tree, leave blank)'
required: false
DEVICE_NAME: DEVICE_NAME:
description: 'DEVICE_NAME' description: 'DEVICE_NAME'
required: true required: true
@ -38,15 +32,21 @@ on:
description: 'MAKEFILE_NAME (without including .mk, Example: omni_7304F)' description: 'MAKEFILE_NAME (without including .mk, Example: omni_7304F)'
required: true required: true
default: 'omni_' default: 'omni_'
# LDCHECK: LDCHECK:
# description: 'Use LDCHECK' # I can use only 10 inputs on a workflow file description: 'Use LDCHECK' # I can use only 10 inputs on a workflow file
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'
# COMMON_TREE_URL:
# description: 'COMMON_TREE_URL (if no common tree, leave blank)'
# required: false
# COMMON_PATH:
# description: 'COMMON_PATH (if no common tree, leave blank)'
# required: false # 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: jobs:
build: build:
@ -126,13 +126,13 @@ jobs:
git clone ${{ inputs.DEVICE_TREE_URL }} -b ${{ inputs.DEVICE_TREE_BRANCH }} ./${{ inputs.DEVICE_PATH }} git clone ${{ inputs.DEVICE_TREE_URL }} -b ${{ inputs.DEVICE_TREE_BRANCH }} ./${{ inputs.DEVICE_PATH }}
working-directory: ${{ steps.pwd.outputs.android-recovery-folder }} working-directory: ${{ steps.pwd.outputs.android-recovery-folder }}
- name: Clone common tree # - name: Clone common tree
if: | # if: |
inputs.COMMON_TREE_URL != null # inputs.COMMON_TREE_URL != null
&& inputs.COMMON_PATH != null # && inputs.COMMON_PATH != null
run: | # run: |
git clone ${{ inputs.COMMON_TREE_URL }} -b ${{ inputs.DEVICE_TREE_BRANCH }} ./${{ inputs.COMMON_PATH }} # git clone ${{ inputs.COMMON_TREE_URL }} -b ${{ inputs.DEVICE_TREE_BRANCH }} ./${{ inputs.COMMON_PATH }}
working-directory: ${{ steps.pwd.outputs.android-recovery-folder }} # working-directory: ${{ steps.pwd.outputs.android-recovery-folder }}
- name: Sync Device Dependencies - name: Sync Device Dependencies
run: | run: |