2021/11/29 更新 LIBRARY_NAME 规则

2021/11/29 更新 LIBRARY_NAME 规则
This commit is contained in:
Aizawa Hikaru 2021-11-29 02:00:45 +08:00 committed by GitHub
parent 791cf305ce
commit 73d8baee25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@ on:
inputs:
LIBRARY_NAME:
description: 'LIBRARY_NAME'
required: true
default: 'omni'
required: false
default: 'omni_'
LIBRARY_URL:
description: 'LIBRARY_URL'
required: true
@ -97,7 +97,7 @@ jobs:
cd ${{ steps.pwd.outputs.pwd }}
export ALLOW_MISSING_DEPENDENCIES=true
source build/envsetup.sh
lunch ${{ github.event.inputs.LIBRARY_NAME }}_${{ github.event.inputs.DEVICE_NAME }}-${{ github.event.inputs.DEVICE_TYPE }}
lunch ${{ github.event.inputs.LIBRARY_NAME }}${{ github.event.inputs.DEVICE_NAME }}-${{ github.event.inputs.DEVICE_TYPE }}
make clean
make recoveryimage -j$(nproc --all)