|
|
@@ -271,13 +271,13 @@ runs:
|
|
|
|
|
|
- name: Revert Android 16 6.12 Fake Patches
|
|
|
shell: bash
|
|
|
- if: inputs.kernel_version == '6.12' && inputs.android_version == 'android16'
|
|
|
+ if: inputs.kernel_version == '6.12' && inputs.android_version == 'android16' && false
|
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
|
run: |
|
|
|
echo "Reverting 6.12 Fake Patches"
|
|
|
if [ "${{ inputs.sublevel }}" -ge "58" ]; then
|
|
|
echo "Reverting exec.c Android 16 6.12 Fake Patch"
|
|
|
- sed -i '/^#include <linux\/ksh.h>$/a #include <linux/dma-buf.h>' fs/exec.c
|
|
|
+ sed -i '/linux\/ksh.h/a #include <linux/dma-buf.h>' fs/exec.c
|
|
|
fi
|
|
|
|
|
|
- name: Apply Kernel SUSFS Patches
|