Skip to content

Commit

Permalink
Added unofficial support for ROG Phone 7.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dee <[email protected]>
  • Loading branch information
cd-Crypton committed Sep 11, 2024
1 parent 7675e43 commit 8edb1dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/built_twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- cap_sprout
- CK8n
- a55x
- ASUS_AI2205

jobs:
build:
Expand Down Expand Up @@ -131,6 +132,14 @@ jobs:
echo "DEVICE_TARGET=vendorbootimage" >> $GITHUB_ENV
echo "DEVICE_BUILD=vendor_boot.img" >> $GITHUB_ENV
fi
if [ "${{ inputs.DEVICE_NAME }}" == "ASUS_AI2205" ]; then
echo "DEVICE_TREE=https://github.com/cdpcrp/custom_recovery_tree_asus_ASUS_AI2205" >> $GITHUB_ENV
echo "DEVICE_BRANCH=android-13" >> $GITHUB_ENV
echo "DEVICE_LUNCH=ASUS_AI2205-eng" >> $GITHUB_ENV
echo "DEVICE_PATH=device/asus/ASUS_AI2205" >> $GITHUB_ENV
echo "DEVICE_TARGET=recoveryimage" >> $GITHUB_ENV
echo "DEVICE_BUILD=recovery.img" >> $GITHUB_ENV
fi
- name: Clone Device Tree
run: |
Expand Down

0 comments on commit 8edb1dd

Please sign in to comment.