We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d48b20 commit a56506fCopy full SHA for a56506f
.github/workflows/Make.yml
@@ -11,6 +11,10 @@ on:
11
description: 'LIBRARY_BRANCH'
12
required: true
13
default: 'twrp-10.0-deprecated'
14
+ LIBRARY_TYPE:
15
+ description: 'LIBRARY_TYPE'
16
+ required: false
17
+ default: 'omni_'
18
DEVICE_URL:
19
description: 'DEVICE_URL'
20
@@ -26,7 +30,7 @@ on:
26
30
DEVICE_NAME:
27
31
description: 'DEVICE_NAME'
28
32
29
- default: 'omni_msmnile'
33
+ default: 'msmnile'
34
35
jobs:
36
build:
@@ -89,7 +93,7 @@ jobs:
89
93
cd ${{ steps.pwd.outputs.pwd }}
90
94
export ALLOW_MISSING_DEPENDENCIES=true
91
95
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
97
make clean
98
make recoveryimage -j$(nproc --all)
99
0 commit comments