Update SkyHawk-SHRP.yml
This commit is contained in:
parent
427e92f03e
commit
c76054da37
10
.github/workflows/SkyHawk-SHRP.yml
vendored
10
.github/workflows/SkyHawk-SHRP.yml
vendored
@ -36,12 +36,12 @@ on:
|
||||
BUILD_TARGET:
|
||||
description: 'Specify your Build Target' # Pick among boot, recovery and vendor_boot
|
||||
required: true
|
||||
default: 'recoveryimage'
|
||||
default: 'recovery'
|
||||
type: choice
|
||||
options:
|
||||
- bootimage
|
||||
- recoveryimage
|
||||
- vendorbootimage
|
||||
- boot
|
||||
- recovery
|
||||
- vendorboot
|
||||
LDCHECK:
|
||||
description: 'Use LDCHECK'
|
||||
required: false
|
||||
@ -155,7 +155,7 @@ jobs:
|
||||
cd android-recovery
|
||||
source build/envsetup.sh
|
||||
export ALLOW_MISSING_DEPENDENCIES=true
|
||||
lunch ${{ env.DEVICE_MAKEFILE }}-eng && make clean && mka ${{ github.event.inputs.BUILD_TARGET }} -j$(nproc --all)
|
||||
lunch ${{ env.DEVICE_MAKEFILE }}-eng && make clean && mka ${{ github.event.inputs.BUILD_TARGET }}image -j$(nproc --all)
|
||||
echo "Done building your ${{ github.event.inputs.BUILD_TARGET }}.img"
|
||||
|
||||
- name: Check if the recovery exists
|
||||
|
Loading…
Reference in New Issue
Block a user