Skip to content

Commit a56506f

Browse files
authored
Update Make.yml
1 parent 2d48b20 commit a56506f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/Make.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
description: 'LIBRARY_BRANCH'
1212
required: true
1313
default: 'twrp-10.0-deprecated'
14+
LIBRARY_TYPE:
15+
description: 'LIBRARY_TYPE'
16+
required: false
17+
default: 'omni_'
1418
DEVICE_URL:
1519
description: 'DEVICE_URL'
1620
required: true
@@ -26,7 +30,7 @@ on:
2630
DEVICE_NAME:
2731
description: 'DEVICE_NAME'
2832
required: true
29-
default: 'omni_msmnile'
33+
default: 'msmnile'
3034

3135
jobs:
3236
build:
@@ -89,7 +93,7 @@ jobs:
8993
cd ${{ steps.pwd.outputs.pwd }}
9094
export ALLOW_MISSING_DEPENDENCIES=true
9195
source build/envsetup.sh
92-
lunch ${{ github.event.inputs.DEVICE_NAME }}-eng
96+
lunch ${{ github.event.inputs.LIBRARY_TYPE }}${{ github.event.inputs.DEVICE_NAME }}-eng
9397
make clean
9498
make recoveryimage -j$(nproc --all)
9599

0 commit comments

Comments
 (0)