Update PitchBlack-PBRP.yml

This commit is contained in:
ragebreaker 2024-08-16 09:23:10 +05:30 committed by GitHub
parent 4977c5d2d5
commit 64c6f10fb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ jobs:
pushd android-recovery
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
if [ ${{ env.DEVICE_MAKEFILE }} != "pbrp" ]; then
if [ "${{ inputs.BUILD_TARGET }}" != "pbrp" ]; then
lunch ${{ env.DEVICE_MAKEFILE }}-eng && mka ${{ inputs.BUILD_TARGET }}image
else
lunch ${{ env.DEVICE_MAKEFILE }}-eng && mka ${{ inputs.BUILD_TARGET }}