2021/11/29 更新 LIBRARY_NAME 规则
2021/11/29 更新 LIBRARY_NAME 规则
This commit is contained in:
parent
791cf305ce
commit
73d8baee25
6
.github/workflows/Make.yml
vendored
6
.github/workflows/Make.yml
vendored
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user