Skip to content

Commit 4edf49b

Browse files
committed
ci: remove unused kernel modules from build workflow
The libcomposite.ko and configfs.ko modules are no longer needed in the build process, so they have been removed from the copy step in the workflow.
1 parent 41c0cff commit 4edf49b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,7 @@ jobs:
582582
run: |
583583
mkdir -p AnyKernel3/modules/data/adb/lkm
584584
cp "./$CONFIG/out/${{ inputs.android_version }}-${{ inputs.kernel_version }}/dist/snd-aloop.ko" AnyKernel3/modules/data/adb/lkm/
585-
cp "./$CONFIG/out/${{ inputs.android_version }}-${{ inputs.kernel_version }}/dist/libcomposite.ko" AnyKernel3/modules/data/adb/lkm/
586585
cp "./$CONFIG/out/${{ inputs.android_version }}-${{ inputs.kernel_version }}/dist/g_audio.ko" AnyKernel3/modules/data/adb/lkm/
587-
cp "./$CONFIG/out/${{ inputs.android_version }}-${{ inputs.kernel_version }}/dist/configfs.ko" AnyKernel3/modules/data/adb/lkm/
588586
589587
- name: Copy snd-aloop module for Android 14-15
590588
if: ${{ (inputs.android_version == 'android14' || inputs.android_version == 'android15') && inputs.variant == 'vTomsonek' }}

0 commit comments

Comments
 (0)