Skip to content

Commit

Permalink
Added unofficial support to Tecno Camon 20 Pro. [1/2]
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dee <[email protected]>
  • Loading branch information
cd-Crypton committed Aug 28, 2024
1 parent 1d02d9b commit 60e42bc
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 @@ -15,6 +15,7 @@ on:
- golf
- nashc
- cap_sprout
- CK8n

jobs:
build:
Expand Down Expand Up @@ -115,6 +116,14 @@ jobs:
echo "DEVICE_TARGET=recoveryimage" >> $GITHUB_ENV
echo "DEVICE_BUILD=recovery.img" >> $GITHUB_ENV
fi
if [ "${{ inputs.DEVICE_NAME }}" == "CK8n" ]; then
echo "DEVICE_TREE=https://github.com/cdpcrp/custom_recovery_tree_tecno_CK8n" >> $GITHUB_ENV
echo "DEVICE_BRANCH=twrp-12.1" >> $GITHUB_ENV
echo "DEVICE_LUNCH=twrp_CK8n-eng" >> $GITHUB_ENV
echo "DEVICE_PATH=device/tecno/CK8n" >> $GITHUB_ENV
echo "DEVICE_TARGET=bootimage" >> $GITHUB_ENV
echo "DEVICE_BUILD=boot.img" >> $GITHUB_ENV
fi
- name: Clone Device Tree
run: |
Expand Down

0 comments on commit 60e42bc

Please sign in to comment.