From a56506faf280e2648ae2826bf5d34e81f4a2c29f Mon Sep 17 00:00:00 2001 From: Aizawa Hikaru <37921907+azwhikaru@users.noreply.github.com> Date: Mon, 29 Nov 2021 12:25:09 +0800 Subject: [PATCH] Update Make.yml --- .github/workflows/Make.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 847ddae..6c1adf5 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -11,6 +11,10 @@ on: description: 'LIBRARY_BRANCH' required: true default: 'twrp-10.0-deprecated' + LIBRARY_TYPE: + description: 'LIBRARY_TYPE' + required: false + default: 'omni_' DEVICE_URL: description: 'DEVICE_URL' required: true @@ -26,7 +30,7 @@ on: DEVICE_NAME: description: 'DEVICE_NAME' required: true - default: 'omni_msmnile' + default: 'msmnile' jobs: build: @@ -89,7 +93,7 @@ jobs: cd ${{ steps.pwd.outputs.pwd }} export ALLOW_MISSING_DEPENDENCIES=true source build/envsetup.sh - lunch ${{ github.event.inputs.DEVICE_NAME }}-eng + lunch ${{ github.event.inputs.LIBRARY_TYPE }}${{ github.event.inputs.DEVICE_NAME }}-eng make clean make recoveryimage -j$(nproc --all)