Skip to content

Commit

Permalink
delete vendor_dlkm related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Feb 17, 2025
1 parent 3afe4a3 commit 4bc7dd0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: env.need_update == 1
uses: actions/setup-python@main
with:
python-version: '3.x'
python-version: '3.11'

- name: Install dependencies
if: env.need_update == 1
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
tar cvf ${{ env.latest_shortversion }}_patched_vbmeta.tar vbmeta.img
rm vbmeta.img
- name: Extract vendor and vendor_dlkm partition
- name: Extract vendor partition
if: env.need_update == 1
run: |
tar xvf ${{ env.ap_tar }} super.img.lz4
Expand All @@ -147,7 +147,7 @@ jobs:
simg2img super.img super_raw.img
rm super.img
mv super_raw.img super.img
python3 tools/bin/lpunpack.py -p vendor,vendor_dlkm super.img .
python3 tools/bin/lpunpack.py -p vendor super.img .
rm super.img
[[ -e vendor.img ]] && zip ${{ env.latest_shortversion }}_vendor.zip vendor.img
[[ -e vendor.img ]] && rm vendor.img
Expand Down Expand Up @@ -188,4 +188,3 @@ jobs:
${{ env.pit_file }}
${{ env.latest_shortversion }}_patched_vbmeta.tar
${{ env.latest_shortversion }}_vendor.zip
${{ env.latest_shortversion }}_vendor_dlkm.zip

0 comments on commit 4bc7dd0

Please sign in to comment.