Update OrangeFox-Compile.yml
Signed-off-by: TanKanT97 <108915004+TanKanT97@users.noreply.github.com>
This commit is contained in:
@@ -20,19 +20,19 @@ on:
|
||||
DEVICE_TREE:
|
||||
description: 'OrangeFox Device Tree'
|
||||
required: true
|
||||
default: 'https://github.com/cd-Crypton/custom_recovery_tree_realme_nashc'
|
||||
default: 'https://github.com/TanKanT97/twrp_amazon_austin'
|
||||
DEVICE_TREE_BRANCH:
|
||||
description: 'OrangeFox Device Tree Branch'
|
||||
required: true
|
||||
default: 'android-12.1'
|
||||
default: 'twrp-9.0'
|
||||
DEVICE_PATH:
|
||||
description: 'Specify your Device Path'
|
||||
required: true
|
||||
default: 'device/realme/nashc'
|
||||
default: 'device/amazon/austin'
|
||||
DEVICE_NAME:
|
||||
description: 'Specify your Device Codename'
|
||||
required: true
|
||||
default: 'nashc'
|
||||
default: 'austin'
|
||||
BUILD_TARGET:
|
||||
description: 'Specify your Build Target'
|
||||
required: true
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
source build/envsetup.sh
|
||||
export ALLOW_MISSING_DEPENDENCIES=true
|
||||
set -e
|
||||
lunch twrp_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
|
||||
lunch omni_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
|
||||
|
||||
- name: Set Release Properties
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user